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
- TemplateControlBuildProvider.cs
- ObjectConverter.cs
- ScriptManager.cs
- XmlILTrace.cs
- Font.cs
- Odbc32.cs
- DPAPIProtectedConfigurationProvider.cs
- SelectionChangedEventArgs.cs
- AppearanceEditorPart.cs
- RSAPKCS1KeyExchangeFormatter.cs
- HtmlEmptyTagControlBuilder.cs
- CellParaClient.cs
- HandlerWithFactory.cs
- CodeBlockBuilder.cs
- SiteMapNodeCollection.cs
- ConfigurationValues.cs
- PermissionRequestEvidence.cs
- KeyBinding.cs
- ExtendedPropertyCollection.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- Serializer.cs
- Size3D.cs
- PolicyManager.cs
- AsynchronousChannelMergeEnumerator.cs
- XamlFilter.cs
- FileDialogPermission.cs
- ProfileEventArgs.cs
- WindowsListViewItemStartMenu.cs
- SQLUtility.cs
- AnonymousIdentificationSection.cs
- BamlLocalizer.cs
- MissingFieldException.cs
- relpropertyhelper.cs
- TemplateControlParser.cs
- TextTreeUndoUnit.cs
- TextEditor.cs
- StructuredProperty.cs
- PropertyTab.cs
- AmbientLight.cs
- DayRenderEvent.cs
- RSAPKCS1SignatureFormatter.cs
- JoinCqlBlock.cs
- DataGridView.cs
- ImageDrawing.cs
- GlyphingCache.cs
- PropertyValueChangedEvent.cs
- SelectionChangedEventArgs.cs
- URL.cs
- RectAnimationClockResource.cs
- SafeNativeMethods.cs
- ProcessModelInfo.cs
- Literal.cs
- ReachPageContentSerializer.cs
- SynchronizingStream.cs
- SchemaElementLookUpTable.cs
- PrintDocument.cs
- GZipStream.cs
- ConfigXmlElement.cs
- CheckBox.cs
- Switch.cs
- UpdateCompiler.cs
- StackOverflowException.cs
- ETagAttribute.cs
- KnownTypes.cs
- DynamicResourceExtensionConverter.cs
- DateTimeFormatInfo.cs
- SoapCommonClasses.cs
- DataBoundControlHelper.cs
- TypeInitializationException.cs
- OdbcConnectionString.cs
- ClientRuntimeConfig.cs
- SafeRightsManagementQueryHandle.cs
- Int32Collection.cs
- ApplicationSettingsBase.cs
- IndexedGlyphRun.cs
- XmlObjectSerializer.cs
- AutoResetEvent.cs
- SoapObjectInfo.cs
- OleCmdHelper.cs
- WindowVisualStateTracker.cs
- Parameter.cs
- _OSSOCK.cs
- WmlFormAdapter.cs
- TextEditorSelection.cs
- StylusPointPropertyInfoDefaults.cs
- X509Utils.cs
- UnsafeNativeMethods.cs
- _NTAuthentication.cs
- DefaultHttpHandler.cs
- SchemaImporter.cs
- ToolBarTray.cs
- ViewStateException.cs
- StyleXamlTreeBuilder.cs
- SQLBinaryStorage.cs
- RoutedUICommand.cs
- ModuleConfigurationInfo.cs
- CheckBoxRenderer.cs
- TextBox.cs
- RtfNavigator.cs
- WebException.cs