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
- Funcletizer.cs
- EntryWrittenEventArgs.cs
- InputReport.cs
- EntityDataSourceStatementEditor.cs
- EmptyControlCollection.cs
- SizeAnimationClockResource.cs
- PolyQuadraticBezierSegment.cs
- EditingMode.cs
- RunClient.cs
- DesignerDataStoredProcedure.cs
- RangeContentEnumerator.cs
- System.Data_BID.cs
- XmlIlGenerator.cs
- ContextProperty.cs
- BamlLocalizationDictionary.cs
- LiteralControl.cs
- CodeTypeReference.cs
- WindowsTreeView.cs
- SystemIPAddressInformation.cs
- HttpResponseInternalBase.cs
- TabControlEvent.cs
- TreeViewHitTestInfo.cs
- ExpressionCopier.cs
- BuildProvider.cs
- ListViewEditEventArgs.cs
- NamedElement.cs
- DataObjectPastingEventArgs.cs
- SqlInternalConnectionSmi.cs
- EventHandlerList.cs
- ProviderException.cs
- ProtectedProviderSettings.cs
- RoleServiceManager.cs
- DesignerSelectionListAdapter.cs
- AsymmetricCryptoHandle.cs
- SizeF.cs
- WebHeaderCollection.cs
- FontInfo.cs
- SelectionChangedEventArgs.cs
- SqlProviderManifest.cs
- WindowsRebar.cs
- CompilerGeneratedAttribute.cs
- Parsers.cs
- XmlNamespaceMappingCollection.cs
- TreeViewEvent.cs
- DotExpr.cs
- RenderingBiasValidation.cs
- TreeViewImageGenerator.cs
- IPipelineRuntime.cs
- WsdlParser.cs
- OpacityConverter.cs
- SessionSwitchEventArgs.cs
- SimplePropertyEntry.cs
- TraceHandlerErrorFormatter.cs
- ToolBarOverflowPanel.cs
- SimplePropertyEntry.cs
- SimpleWorkerRequest.cs
- RegexCode.cs
- CopyNamespacesAction.cs
- BinaryObjectInfo.cs
- IDQuery.cs
- ClientRequest.cs
- CompensationTokenData.cs
- dsa.cs
- PolygonHotSpot.cs
- WebSysDescriptionAttribute.cs
- ChtmlFormAdapter.cs
- ImageBrush.cs
- HeaderUtility.cs
- ConfigXmlSignificantWhitespace.cs
- SchemaImporter.cs
- ObjectReferenceStack.cs
- ConfigurationValues.cs
- StateMachineWorkflowInstance.cs
- X509CertificateCollection.cs
- WebServiceTypeData.cs
- XmlSignificantWhitespace.cs
- TemplateField.cs
- __Filters.cs
- ImageBrush.cs
- GroupPartitionExpr.cs
- PermissionSetTriple.cs
- AffineTransform3D.cs
- MessagePropertyDescription.cs
- HierarchicalDataBoundControl.cs
- XmlAtomicValue.cs
- OleDbStruct.cs
- SerTrace.cs
- ForEachAction.cs
- XmlAtomicValue.cs
- SmtpTransport.cs
- WebPartConnection.cs
- TemplateKey.cs
- ToolStripDesignerAvailabilityAttribute.cs
- FieldTemplateFactory.cs
- XmlHierarchicalDataSourceView.cs
- XmlWellformedWriter.cs
- InvalidProgramException.cs
- GridViewEditEventArgs.cs
- ListParaClient.cs
- Variant.cs