Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / xsp / System / Web / UI / WebControls / DetailsViewDeleteEventArgs.cs / 1 / DetailsViewDeleteEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Collections; using System.Collections.Specialized; using System.ComponentModel; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class DetailsViewDeleteEventArgs : CancelEventArgs { private int _rowIndex; private OrderedDictionary _keys; private OrderedDictionary _values; ///Provides data for some ///events. /// public DetailsViewDeleteEventArgs(int rowIndex) : base(false) { this._rowIndex = rowIndex; } public int RowIndex { get { return _rowIndex; } } ///Initializes a new instance of the ////// class. /// public IOrderedDictionary Keys { get { if (_keys == null) { _keys = new OrderedDictionary(); } return _keys; } } ///Gets a keyed list to populate with parameters that identify the row to delete. This property is read-only. ////// public IOrderedDictionary Values { get { if (_values == null) { _values = new OrderedDictionary(); } return _values; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets a keyed list to populate with old row values. This property is read-only. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Collections; using System.Collections.Specialized; using System.ComponentModel; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class DetailsViewDeleteEventArgs : CancelEventArgs { private int _rowIndex; private OrderedDictionary _keys; private OrderedDictionary _values; ///Provides data for some ///events. /// public DetailsViewDeleteEventArgs(int rowIndex) : base(false) { this._rowIndex = rowIndex; } public int RowIndex { get { return _rowIndex; } } ///Initializes a new instance of the ////// class. /// public IOrderedDictionary Keys { get { if (_keys == null) { _keys = new OrderedDictionary(); } return _keys; } } ///Gets a keyed list to populate with parameters that identify the row to delete. This property is read-only. ////// public IOrderedDictionary Values { get { if (_values == null) { _values = new OrderedDictionary(); } return _values; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets a keyed list to populate with old row values. This property is read-only. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PieceNameHelper.cs
- TargetException.cs
- SerializerDescriptor.cs
- SqlConnectionManager.cs
- PropertyMapper.cs
- BitmapEffectGroup.cs
- RefreshInfo.cs
- AutomationEventArgs.cs
- MessageRpc.cs
- WebPartUtil.cs
- NamespaceMapping.cs
- Binding.cs
- InternalConfigHost.cs
- Highlights.cs
- ResourceContainer.cs
- UserControlAutomationPeer.cs
- ProxyGenerator.cs
- LexicalChunk.cs
- Point.cs
- ComponentManagerBroker.cs
- NativeBuffer.cs
- DecoderFallback.cs
- XmlSignatureProperties.cs
- ManagementObject.cs
- XmlSchemaSimpleContentExtension.cs
- DataColumnMapping.cs
- Vector3DCollectionValueSerializer.cs
- GPPOINT.cs
- AnimationTimeline.cs
- SineEase.cs
- EventPropertyMap.cs
- WmlPanelAdapter.cs
- Base64Stream.cs
- TimeoutStream.cs
- AppSettingsExpressionBuilder.cs
- DefaultBinder.cs
- KeysConverter.cs
- XmlSchemaGroup.cs
- PaperSource.cs
- ButtonAutomationPeer.cs
- DataGridHeaderBorder.cs
- AdPostCacheSubstitution.cs
- ContractReference.cs
- KnowledgeBase.cs
- CryptoProvider.cs
- HostingEnvironmentException.cs
- AudioFormatConverter.cs
- IndexedEnumerable.cs
- ImageListDesigner.cs
- Emitter.cs
- Vector3DCollectionConverter.cs
- WebPartHeaderCloseVerb.cs
- IconHelper.cs
- TextRangeEdit.cs
- Accessible.cs
- BooleanSwitch.cs
- DocumentCollection.cs
- GACMembershipCondition.cs
- RequiredAttributeAttribute.cs
- TrackingMemoryStreamFactory.cs
- SizeKeyFrameCollection.cs
- MethodCallExpression.cs
- CodeComment.cs
- Win32PrintDialog.cs
- SqlDataRecord.cs
- FlowDecisionDesigner.xaml.cs
- DiagnosticSection.cs
- ObjectCloneHelper.cs
- ActivityExecutor.cs
- cookiecollection.cs
- CompiledQuery.cs
- DescriptionAttribute.cs
- DispatcherSynchronizationContext.cs
- SQLDecimal.cs
- WebPartCloseVerb.cs
- ClientFactory.cs
- AsyncPostBackErrorEventArgs.cs
- SqlNodeTypeOperators.cs
- AxisAngleRotation3D.cs
- RequestCacheValidator.cs
- ImplicitInputBrush.cs
- CqlGenerator.cs
- XmlSchemaComplexContentRestriction.cs
- PlatformCulture.cs
- NativeMethods.cs
- StrokeNodeOperations2.cs
- SpellerError.cs
- httpstaticobjectscollection.cs
- SafeSystemMetrics.cs
- RoleManagerModule.cs
- ProfileBuildProvider.cs
- WmpBitmapEncoder.cs
- RegexParser.cs
- IntPtr.cs
- XmlUnspecifiedAttribute.cs
- ButtonPopupAdapter.cs
- TypeTypeConverter.cs
- CdpEqualityComparer.cs
- HwndSourceKeyboardInputSite.cs
- ItemCheckedEvent.cs