Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / 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. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //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. // Copyright (c) Microsoft Corporation. All rights reserved.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
- _WinHttpWebProxyDataBuilder.cs
- StreamGeometryContext.cs
- SchemaCollectionCompiler.cs
- Tuple.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- ClientScriptManager.cs
- Typography.cs
- SecurityPermission.cs
- loginstatus.cs
- DesignerMetadata.cs
- SqlConnectionPoolGroupProviderInfo.cs
- BaseTreeIterator.cs
- ClientSponsor.cs
- InputBinder.cs
- DocumentOrderQuery.cs
- ParseChildrenAsPropertiesAttribute.cs
- EntityType.cs
- TypeElement.cs
- XPathParser.cs
- CreateSequenceResponse.cs
- TextServicesManager.cs
- SystemParameters.cs
- SchemaElementLookUpTable.cs
- WhitespaceSignificantCollectionAttribute.cs
- MessagePropertyVariants.cs
- RunWorkerCompletedEventArgs.cs
- Point3DConverter.cs
- TextDecorationCollection.cs
- LocationChangedEventArgs.cs
- AuthorizationPolicyTypeElementCollection.cs
- RefreshPropertiesAttribute.cs
- InvocationExpression.cs
- Compiler.cs
- AuthStoreRoleProvider.cs
- CellQuery.cs
- DetailsViewInsertedEventArgs.cs
- AssemblyHelper.cs
- Image.cs
- PrePostDescendentsWalker.cs
- DataTable.cs
- DictionaryBase.cs
- Number.cs
- Imaging.cs
- EffectiveValueEntry.cs
- SqlClientPermission.cs
- SqlConnectionString.cs
- ExtractorMetadata.cs
- SystemWebCachingSectionGroup.cs
- MergePropertyDescriptor.cs
- ArgumentNullException.cs
- ActivityExecutionContextCollection.cs
- BaseParaClient.cs
- ProcessModelSection.cs
- backend.cs
- XmlSchemaAttribute.cs
- ActivityBuilderHelper.cs
- EllipseGeometry.cs
- Point3DCollection.cs
- clipboard.cs
- StringResourceManager.cs
- TextModifier.cs
- ExeConfigurationFileMap.cs
- ValidationErrorEventArgs.cs
- Stylesheet.cs
- ExpressionBindingCollection.cs
- safelink.cs
- EmptyControlCollection.cs
- InvalidContentTypeException.cs
- NavigatorOutput.cs
- ParameterRetriever.cs
- OleDbRowUpdatingEvent.cs
- TableRowCollection.cs
- SamlDelegatingWriter.cs
- SourceLocationProvider.cs
- SourceFileBuildProvider.cs
- WindowsListViewItemStartMenu.cs
- ValidationContext.cs
- XmlQualifiedNameTest.cs
- RtType.cs
- UpdatePanelTriggerCollection.cs
- DesignerAttribute.cs
- DataKey.cs
- SqlConnectionHelper.cs
- Utils.cs
- DataMemberFieldConverter.cs
- WebServiceData.cs
- StorageEntitySetMapping.cs
- JavaScriptObjectDeserializer.cs
- CollectionDataContractAttribute.cs
- TextElementEnumerator.cs
- ControlEvent.cs
- ColorBlend.cs
- VectorAnimation.cs
- NumberFunctions.cs
- MemoryStream.cs
- XPathNavigator.cs
- CounterCreationDataCollection.cs
- ControlCachePolicy.cs
- XmlRootAttribute.cs
- DynamicExpression.cs