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
- LineGeometry.cs
- ObjectListGeneralPage.cs
- PointHitTestResult.cs
- ACE.cs
- PerformanceCounterManager.cs
- AutoCompleteStringCollection.cs
- StaticSiteMapProvider.cs
- ComponentGuaranteesAttribute.cs
- WebPartTransformer.cs
- ImplicitInputBrush.cs
- Helpers.cs
- AuthenticationModuleElementCollection.cs
- WindowsListViewScroll.cs
- DataListGeneralPage.cs
- EventArgs.cs
- DataControlImageButton.cs
- SqlConnectionHelper.cs
- XsdBuildProvider.cs
- WpfXamlMember.cs
- DataProtection.cs
- UnmanagedMemoryStreamWrapper.cs
- X509WindowsSecurityToken.cs
- CalloutQueueItem.cs
- XmlSchemaRedefine.cs
- EventLogPermissionEntryCollection.cs
- TextStore.cs
- BindingManagerDataErrorEventArgs.cs
- StrokeCollectionDefaultValueFactory.cs
- Switch.cs
- ZipIORawDataFileBlock.cs
- COM2ColorConverter.cs
- GcHandle.cs
- PassportAuthenticationModule.cs
- ObjectViewEntityCollectionData.cs
- InstanceKeyView.cs
- ControlAdapter.cs
- FlowDocument.cs
- Interop.cs
- SafeEventHandle.cs
- DataGridBoolColumn.cs
- StringUtil.cs
- FlowDocumentFormatter.cs
- Clock.cs
- FormsAuthenticationUserCollection.cs
- OdbcConnectionStringbuilder.cs
- RoleGroupCollection.cs
- MobileComponentEditorPage.cs
- XXXOnTypeBuilderInstantiation.cs
- ItemType.cs
- IsolatedStorageFileStream.cs
- DataKey.cs
- ScriptServiceAttribute.cs
- wgx_sdk_version.cs
- NativeBuffer.cs
- TemplateNameScope.cs
- SchemaTableOptionalColumn.cs
- _SafeNetHandles.cs
- WindowsFormsHelpers.cs
- ReadOnlyMetadataCollection.cs
- MetafileHeaderWmf.cs
- RuleSettingsCollection.cs
- ParameterCollectionEditorForm.cs
- AuthenticationManager.cs
- Animatable.cs
- CreateUserWizardAutoFormat.cs
- Timer.cs
- CommonGetThemePartSize.cs
- Span.cs
- ThicknessAnimation.cs
- SchemaElementDecl.cs
- SelectionService.cs
- InstalledVoice.cs
- NonClientArea.cs
- odbcmetadatafactory.cs
- DataProtection.cs
- shaperfactory.cs
- InputScopeManager.cs
- CodeChecksumPragma.cs
- XmlLangPropertyAttribute.cs
- DescendantBaseQuery.cs
- HttpListenerPrefixCollection.cs
- ByteStack.cs
- SQLInt64.cs
- TransactionChannelListener.cs
- ItemList.cs
- SimpleHandlerBuildProvider.cs
- AccessViolationException.cs
- EditorZoneBase.cs
- WpfWebRequestHelper.cs
- SqlTriggerContext.cs
- BindingOperations.cs
- CacheDependency.cs
- OleDbRowUpdatedEvent.cs
- DataGridLength.cs
- Misc.cs
- RandomDelayQueuedSendsAsyncResult.cs
- WpfXamlType.cs
- Span.cs
- HttpConfigurationContext.cs
- BindingContext.cs