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 / GridViewEditEventArgs.cs / 1 / GridViewEditEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.ComponentModel; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class GridViewEditEventArgs : CancelEventArgs { private int _newEditIndex; ///Provides data for some ///events. /// public GridViewEditEventArgs(int newEditIndex) { this._newEditIndex = newEditIndex; } ///Initializes a new instance of the ////// class. /// public int NewEditIndex { get { return _newEditIndex; } set { _newEditIndex = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets the index of the row to be edited. This property is read-only. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.ComponentModel; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class GridViewEditEventArgs : CancelEventArgs { private int _newEditIndex; ///Provides data for some ///events. /// public GridViewEditEventArgs(int newEditIndex) { this._newEditIndex = newEditIndex; } ///Initializes a new instance of the ////// class. /// public int NewEditIndex { get { return _newEditIndex; } set { _newEditIndex = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets the index of the row to be edited. This property is read-only. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RtType.cs
- RemoveStoryboard.cs
- LogLogRecordEnumerator.cs
- PersonalizationStateInfo.cs
- mactripleDES.cs
- IncrementalHitTester.cs
- UIElementAutomationPeer.cs
- SafeFreeMibTable.cs
- ActivityDefaults.cs
- SessionStateModule.cs
- InitializingNewItemEventArgs.cs
- DbSource.cs
- ToolStripContainer.cs
- AtomServiceDocumentSerializer.cs
- HttpException.cs
- DataViewSettingCollection.cs
- BitmapMetadataBlob.cs
- CacheOutputQuery.cs
- StreamGeometryContext.cs
- CultureNotFoundException.cs
- TakeQueryOptionExpression.cs
- WebUtil.cs
- WSHttpBindingBaseElement.cs
- HotCommands.cs
- UntypedNullExpression.cs
- IOException.cs
- TraceXPathNavigator.cs
- _NegotiateClient.cs
- XmlSchemaInfo.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- MouseButtonEventArgs.cs
- EntityContainerRelationshipSet.cs
- RectKeyFrameCollection.cs
- Resources.Designer.cs
- DataGridCell.cs
- ExcludeFromCodeCoverageAttribute.cs
- StringDictionary.cs
- GridViewDeleteEventArgs.cs
- QilPatternVisitor.cs
- WebConfigurationHost.cs
- PropertyIdentifier.cs
- ConfigurationCollectionAttribute.cs
- PathSegment.cs
- Merger.cs
- ETagAttribute.cs
- MediaContext.cs
- ChannelSinkStacks.cs
- MarkupObject.cs
- ProgressPage.cs
- PartialCachingControl.cs
- DoubleIndependentAnimationStorage.cs
- WindowsGraphics.cs
- CodePageUtils.cs
- FtpCachePolicyElement.cs
- BodyGlyph.cs
- _SslState.cs
- FactoryMaker.cs
- RegionData.cs
- EmbeddedMailObject.cs
- LocatorBase.cs
- StylusButtonEventArgs.cs
- BitmapEncoder.cs
- ClientConfigurationHost.cs
- FocusManager.cs
- _KerberosClient.cs
- PageVisual.cs
- MetadataWorkspace.cs
- WebPartConnectionsCloseVerb.cs
- SchemaTableOptionalColumn.cs
- SqlBulkCopyColumnMapping.cs
- RemotingServices.cs
- BamlStream.cs
- EntitySqlQueryCacheKey.cs
- HttpInputStream.cs
- WindowsStatic.cs
- TypeConverter.cs
- XamlStackWriter.cs
- SSmlParser.cs
- ValidatedControlConverter.cs
- DataKeyArray.cs
- WebControlAdapter.cs
- DrawingAttributes.cs
- SrgsToken.cs
- ListSortDescriptionCollection.cs
- XmlSchemaObjectCollection.cs
- ISessionStateStore.cs
- KnownBoxes.cs
- IItemContainerGenerator.cs
- FontWeight.cs
- FileAccessException.cs
- WindowsToolbarItemAsMenuItem.cs
- PropertyDescriptorComparer.cs
- WebServiceHostFactory.cs
- XpsFixedDocumentSequenceReaderWriter.cs
- HuffmanTree.cs
- TextSchema.cs
- JsonByteArrayDataContract.cs
- CodeLabeledStatement.cs
- ArcSegment.cs
- TextDpi.cs