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
- AssociationSetEnd.cs
- AsyncOperationManager.cs
- Pkcs7Signer.cs
- Pts.cs
- MemberProjectionIndex.cs
- LabelLiteral.cs
- VBCodeProvider.cs
- ResourceDefaultValueAttribute.cs
- InfoCardClaim.cs
- RuntimeIdentifierPropertyAttribute.cs
- OleDbFactory.cs
- CollectionAdapters.cs
- XNodeNavigator.cs
- EvidenceTypeDescriptor.cs
- BrowserDefinition.cs
- RichTextBoxDesigner.cs
- Symbol.cs
- ModelProperty.cs
- RegexRunnerFactory.cs
- MessageDecoder.cs
- PassportAuthenticationModule.cs
- PageBuildProvider.cs
- ISessionStateStore.cs
- PerspectiveCamera.cs
- TdsEnums.cs
- LateBoundChannelParameterCollection.cs
- SubMenuStyleCollection.cs
- LabelLiteral.cs
- TextContainer.cs
- BoundsDrawingContextWalker.cs
- XPathPatternBuilder.cs
- FullTextBreakpoint.cs
- AlphaSortedEnumConverter.cs
- ISFClipboardData.cs
- TimelineGroup.cs
- UnsafeNativeMethodsMilCoreApi.cs
- Dynamic.cs
- HttpModuleCollection.cs
- SystemNetworkInterface.cs
- TransformGroup.cs
- ToolStripContainer.cs
- PropertyGeneratedEventArgs.cs
- ZeroOpNode.cs
- TypeDescriptionProvider.cs
- BamlLocalizableResource.cs
- PkcsUtils.cs
- OleDbSchemaGuid.cs
- SEHException.cs
- InplaceBitmapMetadataWriter.cs
- DataContractJsonSerializer.cs
- Contracts.cs
- ListViewAutomationPeer.cs
- ChangeConflicts.cs
- HybridWebProxyFinder.cs
- EdmComplexPropertyAttribute.cs
- XmlTextWriter.cs
- TextEditorThreadLocalStore.cs
- DataServices.cs
- ObjectResult.cs
- AsynchronousChannelMergeEnumerator.cs
- DictionaryContent.cs
- JavaScriptObjectDeserializer.cs
- ZipIOExtraFieldElement.cs
- BevelBitmapEffect.cs
- UIElement.cs
- PrePostDescendentsWalker.cs
- PenThread.cs
- DesignerGeometryHelper.cs
- RowToFieldTransformer.cs
- RawKeyboardInputReport.cs
- DesignerAttribute.cs
- StyleModeStack.cs
- QilGenerator.cs
- WorkflowInstance.cs
- DataStorage.cs
- XmlSchemaGroupRef.cs
- QueryRewriter.cs
- DependencySource.cs
- TextProviderWrapper.cs
- SettingsSavedEventArgs.cs
- ButtonBase.cs
- EntityDescriptor.cs
- DefaultProfileManager.cs
- EdmProperty.cs
- AsnEncodedData.cs
- DecodeHelper.cs
- SqlVersion.cs
- BamlTreeUpdater.cs
- SByteStorage.cs
- DataColumnMapping.cs
- StreamAsIStream.cs
- TileModeValidation.cs
- DebugController.cs
- TableHeaderCell.cs
- ObjectManager.cs
- objectresult_tresulttype.cs
- CustomAttribute.cs
- SocketException.cs
- DataColumn.cs
- PackWebRequestFactory.cs