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
- ResourcePermissionBase.cs
- SecurityContext.cs
- DoubleLinkList.cs
- InvalidOleVariantTypeException.cs
- TextTreeFixupNode.cs
- FixedPage.cs
- SmtpReplyReaderFactory.cs
- ClientTarget.cs
- WebColorConverter.cs
- WindowsScroll.cs
- _AutoWebProxyScriptEngine.cs
- _ListenerRequestStream.cs
- ImplicitInputBrush.cs
- ClassicBorderDecorator.cs
- CustomCategoryAttribute.cs
- MD5.cs
- GridViewRow.cs
- Wizard.cs
- RoleManagerEventArgs.cs
- ServiceOperationDetailViewControl.cs
- UnmanagedMemoryStream.cs
- path.cs
- HandlerWithFactory.cs
- XamlBuildTaskServices.cs
- ObjectAnimationUsingKeyFrames.cs
- TaskExceptionHolder.cs
- Compilation.cs
- ActivityCodeDomSerializationManager.cs
- WindowsListViewScroll.cs
- TitleStyle.cs
- CommandManager.cs
- Slider.cs
- XamlBrushSerializer.cs
- BoolExpression.cs
- ModuleElement.cs
- FormsAuthenticationUserCollection.cs
- NullableIntMinMaxAggregationOperator.cs
- HtmlInputText.cs
- TextSelection.cs
- CriticalExceptions.cs
- GlyphManager.cs
- autovalidator.cs
- MLangCodePageEncoding.cs
- Run.cs
- BitmapEffectState.cs
- ClientTarget.cs
- TypeReference.cs
- DbgCompiler.cs
- LinqDataSourceUpdateEventArgs.cs
- SrgsGrammar.cs
- TrackBar.cs
- XamlReaderHelper.cs
- ExpressionBuilder.cs
- FrameSecurityDescriptor.cs
- HostingEnvironmentException.cs
- CellNormalizer.cs
- OutputScopeManager.cs
- RoleGroup.cs
- OdbcPermission.cs
- EventLogPermissionEntryCollection.cs
- ClassicBorderDecorator.cs
- documentsequencetextpointer.cs
- cache.cs
- WindowsMenu.cs
- XmlProcessingInstruction.cs
- nulltextnavigator.cs
- ObjectViewFactory.cs
- NotifyInputEventArgs.cs
- InkCanvasInnerCanvas.cs
- ClientWindowsAuthenticationMembershipProvider.cs
- DataGridViewColumnHeaderCell.cs
- KeyValueConfigurationElement.cs
- ProviderMetadata.cs
- PopupRoot.cs
- ImmutablePropertyDescriptorGridEntry.cs
- DataGridViewComboBoxEditingControl.cs
- UiaCoreApi.cs
- AssertSection.cs
- TemplateBuilder.cs
- UpdatePanelTrigger.cs
- FrameworkTemplate.cs
- WebPart.cs
- MaterialGroup.cs
- CodeDelegateCreateExpression.cs
- Base64Decoder.cs
- Descriptor.cs
- ObjectListCommandsPage.cs
- FixUp.cs
- CodeTypeDeclarationCollection.cs
- FormViewDeleteEventArgs.cs
- DateRangeEvent.cs
- WebControlParameterProxy.cs
- SystemWebCachingSectionGroup.cs
- DebugView.cs
- SQLChars.cs
- Variable.cs
- DependencyPropertyDescriptor.cs
- XmlEntityReference.cs
- HttpFormatExtensions.cs
- SkipQueryOptionExpression.cs