Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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. //------------------------------------------------------------------------------ //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.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
- __FastResourceComparer.cs
- GifBitmapDecoder.cs
- ByteKeyFrameCollection.cs
- PanelDesigner.cs
- GetPageCompletedEventArgs.cs
- WebBrowserBase.cs
- UserUseLicenseDictionaryLoader.cs
- SecurityContext.cs
- _NetRes.cs
- SoapSchemaImporter.cs
- Directory.cs
- XmlHelper.cs
- AssertFilter.cs
- CapabilitiesAssignment.cs
- TextSelectionProcessor.cs
- Tracer.cs
- ImageMap.cs
- ExpressionBuilderCollection.cs
- InputBindingCollection.cs
- ExpressionVisitorHelpers.cs
- FontSource.cs
- ImageConverter.cs
- DoubleLink.cs
- wgx_commands.cs
- InkCanvasSelection.cs
- Light.cs
- RegexCaptureCollection.cs
- CompatibleIComparer.cs
- MarkupWriter.cs
- StylusPointPropertyInfoDefaults.cs
- InfoCardClaimCollection.cs
- TimeSpan.cs
- Membership.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- DefaultAssemblyResolver.cs
- WebPartConnectionsCancelVerb.cs
- SafeLocalAllocation.cs
- HttpApplication.cs
- OrderPreservingMergeHelper.cs
- EditingCommands.cs
- HttpRequestBase.cs
- SafeTokenHandle.cs
- XmlQualifiedNameTest.cs
- DropShadowBitmapEffect.cs
- BuildProviderCollection.cs
- BeginStoryboard.cs
- MembershipSection.cs
- PointConverter.cs
- UnsafeNativeMethodsMilCoreApi.cs
- CellConstantDomain.cs
- MSAAEventDispatcher.cs
- Literal.cs
- XmlQuerySequence.cs
- DoWorkEventArgs.cs
- ClientSponsor.cs
- RoutedPropertyChangedEventArgs.cs
- SmiMetaDataProperty.cs
- MetadataArtifactLoaderCompositeFile.cs
- XmlElement.cs
- DbModificationClause.cs
- TrustLevelCollection.cs
- Win32Native.cs
- SendMessageChannelCache.cs
- SatelliteContractVersionAttribute.cs
- PropertyGrid.cs
- HtmlTableRowCollection.cs
- ActivityScheduledQuery.cs
- ReadContentAsBinaryHelper.cs
- GenericQueueSurrogate.cs
- NodeLabelEditEvent.cs
- ellipse.cs
- hwndwrapper.cs
- DesignSurfaceServiceContainer.cs
- DeclarativeCatalogPart.cs
- ExpandableObjectConverter.cs
- SiteMap.cs
- WebPartCollection.cs
- GlyphInfoList.cs
- FrameworkTemplate.cs
- WeakHashtable.cs
- ClientScriptManagerWrapper.cs
- DrawingAttributeSerializer.cs
- Point3DIndependentAnimationStorage.cs
- PropertyGroupDescription.cs
- HexParser.cs
- DocumentSignatureManager.cs
- DoubleLink.cs
- TreeNodeClickEventArgs.cs
- ScalarOps.cs
- LocalizationCodeDomSerializer.cs
- FixedFlowMap.cs
- BadImageFormatException.cs
- SoapTypeAttribute.cs
- PropertyDescriptorCollection.cs
- TraceSection.cs
- EventSinkHelperWriter.cs
- GridViewCancelEditEventArgs.cs
- LambdaCompiler.cs
- NgenServicingAttributes.cs
- DataGridItemEventArgs.cs