Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / UI / WebControls / GridViewUpdateEventArgs.cs / 1 / GridViewUpdateEventArgs.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 GridViewUpdateEventArgs : CancelEventArgs { private int _rowIndex; private OrderedDictionary _values; private OrderedDictionary _keys; private OrderedDictionary _oldValues; ///Provides data for some ///events. /// public GridViewUpdateEventArgs(int rowIndex) : base(false) { this._rowIndex = 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 updated row values. This property is read-only. ////// public IOrderedDictionary NewValues { get { if (_values == null) { _values = new OrderedDictionary(); } return _values; } } ///Gets a OrderedDictionary to populate with updated row values. This property is read-only. ////// public IOrderedDictionary OldValues { get { if (_oldValues == null) { _oldValues = new OrderedDictionary(); } return _oldValues; } } ///Gets a OrderedDictionary to populate with pre-edit row values. This property is read-only. ////// public int RowIndex { get { return _rowIndex; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets the int argument to the command posted to the ///. 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 GridViewUpdateEventArgs : CancelEventArgs { private int _rowIndex; private OrderedDictionary _values; private OrderedDictionary _keys; private OrderedDictionary _oldValues; ///Provides data for some ///events. /// public GridViewUpdateEventArgs(int rowIndex) : base(false) { this._rowIndex = 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 updated row values. This property is read-only. ////// public IOrderedDictionary NewValues { get { if (_values == null) { _values = new OrderedDictionary(); } return _values; } } ///Gets a OrderedDictionary to populate with updated row values. This property is read-only. ////// public IOrderedDictionary OldValues { get { if (_oldValues == null) { _oldValues = new OrderedDictionary(); } return _oldValues; } } ///Gets a OrderedDictionary to populate with pre-edit row values. This property is read-only. ////// public int RowIndex { get { return _rowIndex; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets the int argument to the command posted to the ///. This property is read-only.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PresentationTraceSources.cs
- RawTextInputReport.cs
- MachineSettingsSection.cs
- DateTimeUtil.cs
- SecuritySessionSecurityTokenProvider.cs
- odbcmetadatafactory.cs
- WindowsContainer.cs
- FreeFormDesigner.cs
- MdiWindowListItemConverter.cs
- InfoCardUIAgent.cs
- DataContractJsonSerializerOperationFormatter.cs
- NodeCounter.cs
- XmlSchemaAnnotated.cs
- Point4D.cs
- DataGridItemCollection.cs
- FontStyle.cs
- StatementContext.cs
- CfgSemanticTag.cs
- DispatcherProcessingDisabled.cs
- Rule.cs
- TemplateBuilder.cs
- SQLInt64.cs
- StringExpressionSet.cs
- ForwardPositionQuery.cs
- StreamingContext.cs
- GroupQuery.cs
- UnsafeNativeMethods.cs
- embossbitmapeffect.cs
- PluggableProtocol.cs
- LineServices.cs
- AdRotatorDesigner.cs
- SessionStateModule.cs
- DbMetaDataCollectionNames.cs
- Variable.cs
- SetterBaseCollection.cs
- GrowingArray.cs
- ImportCatalogPart.cs
- Int16AnimationUsingKeyFrames.cs
- PropertyPathConverter.cs
- SmtpMail.cs
- RootNamespaceAttribute.cs
- ProgressiveCrcCalculatingStream.cs
- TemplateInstanceAttribute.cs
- ProfileModule.cs
- EventLogPermission.cs
- DataGridTextBoxColumn.cs
- EntityCodeGenerator.cs
- DataSourceHelper.cs
- TransformedBitmap.cs
- Base64Encoder.cs
- FormViewCommandEventArgs.cs
- EventSchemaTraceListener.cs
- Vector3DCollectionConverter.cs
- EntityStoreSchemaGenerator.cs
- SqlDataSourceCache.cs
- XmlWrappingWriter.cs
- SharedStatics.cs
- ClientData.cs
- MSG.cs
- PenContext.cs
- DataError.cs
- MethodToken.cs
- TransportSecurityBindingElement.cs
- LoginView.cs
- _ScatterGatherBuffers.cs
- WebServiceData.cs
- UIPermission.cs
- VerticalAlignConverter.cs
- HttpEncoderUtility.cs
- CodeSubDirectory.cs
- TemplateBindingExtension.cs
- EventData.cs
- DataGridPagerStyle.cs
- Padding.cs
- TraceHandler.cs
- odbcmetadatacollectionnames.cs
- AttachmentService.cs
- XPathNodeIterator.cs
- MergeExecutor.cs
- VerificationException.cs
- Module.cs
- PropertyEntry.cs
- ViewCellSlot.cs
- PropertyBuilder.cs
- StaticTextPointer.cs
- Rethrow.cs
- ConfigurationLocation.cs
- DataGridViewCellStyleChangedEventArgs.cs
- LiteralControl.cs
- PageSettings.cs
- StaticDataManager.cs
- XmlNamespaceDeclarationsAttribute.cs
- SafeNativeMemoryHandle.cs
- ColumnMap.cs
- ParameterBuilder.cs
- CustomActivityDesigner.cs
- ClientRuntimeConfig.cs
- SmtpSection.cs
- dtdvalidator.cs
- TemplateInstanceAttribute.cs