Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / GridViewCancelEditEventArgs.cs / 1305376 / GridViewCancelEditEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.ComponentModel; ////// public class GridViewCancelEditEventArgs : CancelEventArgs { private int _rowIndex; ///Provides data for some ///events. /// public GridViewCancelEditEventArgs(int rowIndex) { this._rowIndex = rowIndex; } public int RowIndex { get { return _rowIndex; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Initializes a new instance of the ////// class. // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.ComponentModel; ////// public class GridViewCancelEditEventArgs : CancelEventArgs { private int _rowIndex; ///Provides data for some ///events. /// public GridViewCancelEditEventArgs(int rowIndex) { this._rowIndex = rowIndex; } public int RowIndex { get { return _rowIndex; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Initializes a new instance of the ////// class.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ListSortDescription.cs
- DataConnectionHelper.cs
- _SpnDictionary.cs
- OleDbDataAdapter.cs
- PolicyImporterElement.cs
- IApplicationTrustManager.cs
- NullableDecimalAverageAggregationOperator.cs
- Group.cs
- CustomSignedXml.cs
- GridSplitter.cs
- HtmlTextBoxAdapter.cs
- TransactionBridge.cs
- LazyLoadBehavior.cs
- CommandDesigner.cs
- EmptyElement.cs
- GPPOINT.cs
- LockedActivityGlyph.cs
- Rotation3DAnimationBase.cs
- QilSortKey.cs
- MethodImplAttribute.cs
- KnownBoxes.cs
- CodeAccessSecurityEngine.cs
- ComponentCollection.cs
- TextBoxBase.cs
- SHA1Managed.cs
- ButtonPopupAdapter.cs
- DiscoveryClientOutputChannel.cs
- ColumnMapTranslator.cs
- InternalCache.cs
- DoubleLinkListEnumerator.cs
- ContentHostHelper.cs
- DataGridPagerStyle.cs
- MenuItemStyle.cs
- ContextInformation.cs
- Int64Storage.cs
- Keywords.cs
- StrongName.cs
- ErrorTableItemStyle.cs
- XmlWriterSettings.cs
- ComboBoxRenderer.cs
- GifBitmapDecoder.cs
- CompModSwitches.cs
- CompositeKey.cs
- MethodBody.cs
- BuildProviderCollection.cs
- PeerPresenceInfo.cs
- Thread.cs
- WindowsFont.cs
- ProviderMetadataCachedInformation.cs
- SaveWorkflowCommand.cs
- MultidimensionalArrayItemReference.cs
- RouteItem.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- TreeWalker.cs
- Margins.cs
- ApplicationServiceHelper.cs
- ConfigurationLockCollection.cs
- TextWriter.cs
- XmlArrayItemAttribute.cs
- CuspData.cs
- SHA384Managed.cs
- ExceptionUtil.cs
- X509AsymmetricSecurityKey.cs
- TransformedBitmap.cs
- TabControlAutomationPeer.cs
- RangeBaseAutomationPeer.cs
- EntityDataSourceStatementEditorForm.cs
- ClientUriBehavior.cs
- ProxyOperationRuntime.cs
- TabControlDesigner.cs
- SchemaElementLookUpTableEnumerator.cs
- ChineseLunisolarCalendar.cs
- ObjectTypeMapping.cs
- XPathExpr.cs
- DictionaryKeyPropertyAttribute.cs
- CustomGrammar.cs
- DataGridViewAccessibleObject.cs
- DependencyPropertyConverter.cs
- ExpandSegmentCollection.cs
- BoolLiteral.cs
- TextFormatterContext.cs
- FontNameConverter.cs
- EncoderParameters.cs
- lengthconverter.cs
- DragAssistanceManager.cs
- ExpressionCopier.cs
- InternalDispatchObject.cs
- BaseParagraph.cs
- ExpressionLink.cs
- localization.cs
- RNGCryptoServiceProvider.cs
- WebPartMinimizeVerb.cs
- XmlAttributeProperties.cs
- OpenFileDialog.cs
- CodeObject.cs
- DetailsViewActionList.cs
- SerializerProvider.cs
- ItemMap.cs
- SubMenuStyleCollection.cs
- OleDbReferenceCollection.cs