Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- InternalConfigRoot.cs
- ThousandthOfEmRealPoints.cs
- mda.cs
- TouchesOverProperty.cs
- ImpersonationContext.cs
- DataGridViewElement.cs
- RootBrowserWindow.cs
- Convert.cs
- AuthStoreRoleProvider.cs
- ReferentialConstraintRoleElement.cs
- MarginCollapsingState.cs
- WorkflowTraceTransfer.cs
- TextEditorLists.cs
- ImageAnimator.cs
- SrgsRulesCollection.cs
- SystemColors.cs
- SQLByteStorage.cs
- Number.cs
- SrgsElementFactory.cs
- OracleEncoding.cs
- RawStylusActions.cs
- PassportAuthenticationEventArgs.cs
- LexicalChunk.cs
- CodeNamespaceImport.cs
- Validator.cs
- MultipartContentParser.cs
- SyndicationElementExtension.cs
- SocketException.cs
- XmlIlGenerator.cs
- CharKeyFrameCollection.cs
- QueryAsyncResult.cs
- DbModificationClause.cs
- ContainerFilterService.cs
- DocumentPage.cs
- SettingsSavedEventArgs.cs
- ErrorStyle.cs
- LocalizedNameDescriptionPair.cs
- ToolStripDropDownMenu.cs
- ZipPackage.cs
- WorkflowApplicationCompletedEventArgs.cs
- PopupControlService.cs
- Geometry.cs
- PrivateFontCollection.cs
- IdentityNotMappedException.cs
- MenuItemBindingCollection.cs
- DBSchemaRow.cs
- ToolStripControlHost.cs
- ExpressionBinding.cs
- Stylesheet.cs
- ResourceReferenceKeyNotFoundException.cs
- RegexCharClass.cs
- httpstaticobjectscollection.cs
- HostedElements.cs
- ArglessEventHandlerProxy.cs
- XmlLoader.cs
- StateItem.cs
- RecognitionResult.cs
- DoubleStorage.cs
- UniqueEventHelper.cs
- StringUtil.cs
- COM2IDispatchConverter.cs
- WebPartAddingEventArgs.cs
- assertwrapper.cs
- DesignerSerializationOptionsAttribute.cs
- StoreItemCollection.cs
- DiscoveryMessageSequenceCD1.cs
- SiteMapNodeCollection.cs
- WindowsStartMenu.cs
- BrowserInteropHelper.cs
- MetadataException.cs
- hresults.cs
- ImageFormat.cs
- CodeArrayIndexerExpression.cs
- ConfigurationStrings.cs
- Rotation3DAnimationBase.cs
- IPEndPointCollection.cs
- SelectManyQueryOperator.cs
- ExpressionList.cs
- CommaDelimitedStringAttributeCollectionConverter.cs
- PropertyGeneratedEventArgs.cs
- SchemaAttDef.cs
- JavaScriptSerializer.cs
- AppliedDeviceFiltersDialog.cs
- TreeNodeCollectionEditor.cs
- Pen.cs
- PerSessionInstanceContextProvider.cs
- BitmapEffectCollection.cs
- DesignTimeVisibleAttribute.cs
- LineInfo.cs
- ProvidePropertyAttribute.cs
- SkinBuilder.cs
- AspCompat.cs
- WriteTimeStream.cs
- VectorValueSerializer.cs
- LeaseManager.cs
- ContainerUIElement3D.cs
- SimpleMailWebEventProvider.cs
- ImageIndexConverter.cs
- BinaryCommonClasses.cs
- PropertyReferenceSerializer.cs