Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / GridViewEditEventArgs.cs / 1305376 / GridViewEditEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.ComponentModel; ////// 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; ////// 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
- DefaultTraceListener.cs
- EntityAdapter.cs
- DefaultTextStore.cs
- FacetValues.cs
- AssemblyAttributesGoHere.cs
- Page.cs
- ListView.cs
- EncryptedData.cs
- StretchValidation.cs
- DeflateStream.cs
- LineServicesCallbacks.cs
- PropertyChange.cs
- ContentDisposition.cs
- DataSourceCacheDurationConverter.cs
- ToolStripGrip.cs
- RelatedView.cs
- ConfigurationSection.cs
- ConfigurationCollectionAttribute.cs
- ListViewUpdateEventArgs.cs
- CustomTypeDescriptor.cs
- SafeNativeMethodsMilCoreApi.cs
- ThousandthOfEmRealDoubles.cs
- ObjectList.cs
- TraceSource.cs
- SchemaElementDecl.cs
- IdentityModelStringsVersion1.cs
- BamlLocalizationDictionary.cs
- ParameterCollection.cs
- WindowsStatusBar.cs
- EncryptedKeyIdentifierClause.cs
- FactoryGenerator.cs
- ProcessActivityTreeOptions.cs
- shaper.cs
- MimeMapping.cs
- TypeBinaryExpression.cs
- TextEffect.cs
- _emptywebproxy.cs
- SqlNodeAnnotations.cs
- NamedPipeWorkerProcess.cs
- HelloMessage11.cs
- ECDiffieHellmanCng.cs
- BookmarkWorkItem.cs
- ColumnCollection.cs
- HttpCapabilitiesEvaluator.cs
- MaskedTextBox.cs
- FutureFactory.cs
- ScrollBarAutomationPeer.cs
- GridViewItemAutomationPeer.cs
- FlowNode.cs
- Rect3D.cs
- ServiceManager.cs
- TdsParser.cs
- String.cs
- XmlUtilWriter.cs
- AmbiguousMatchException.cs
- XPathMultyIterator.cs
- ZipIOLocalFileBlock.cs
- DataGridViewHeaderCell.cs
- EdmProviderManifest.cs
- NativeMethods.cs
- WebPartTracker.cs
- HashHelper.cs
- RegisteredExpandoAttribute.cs
- SqlSupersetValidator.cs
- GridErrorDlg.cs
- SQLInt64.cs
- ImageConverter.cs
- CqlWriter.cs
- TextDecorationCollection.cs
- SqlInternalConnectionTds.cs
- FileDialog_Vista_Interop.cs
- StringBuilder.cs
- Stack.cs
- TimeoutValidationAttribute.cs
- RoleManagerModule.cs
- DataGridViewRowCancelEventArgs.cs
- DataGridColumn.cs
- PageMediaSize.cs
- ProxyDataContractResolver.cs
- GeometryHitTestParameters.cs
- AbandonedMutexException.cs
- CancelEventArgs.cs
- WebPartUtil.cs
- AttachedPropertyBrowsableAttribute.cs
- LayoutEditorPart.cs
- EventListener.cs
- ResourceSetExpression.cs
- ObjectQueryProvider.cs
- InternalMappingException.cs
- ColorKeyFrameCollection.cs
- MsmqTransportReceiveParameters.cs
- AuthStoreRoleProvider.cs
- TemplateControlBuildProvider.cs
- HttpRawResponse.cs
- WebPartZoneBase.cs
- SQLStringStorage.cs
- StringArrayConverter.cs
- ClonableStack.cs
- TextHidden.cs
- LexicalChunk.cs