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;
///
/// Provides data for some events.
///
public class GridViewEditEventArgs : CancelEventArgs {
private int _newEditIndex;
///
/// Initializes a new instance of the
/// class.
///
public GridViewEditEventArgs(int newEditIndex) {
this._newEditIndex = newEditIndex;
}
///
/// Gets the index of the row to be edited. This property is read-only.
///
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.
//
//-----------------------------------------------------------------------------
/*
*/
namespace System.Web.UI.WebControls {
using System;
using System.ComponentModel;
///
/// Provides data for some events.
///
public class GridViewEditEventArgs : CancelEventArgs {
private int _newEditIndex;
///
/// Initializes a new instance of the
/// class.
///
public GridViewEditEventArgs(int newEditIndex) {
this._newEditIndex = newEditIndex;
}
///
/// Gets the index of the row to be edited. This property is read-only.
///
public int NewEditIndex {
get {
return _newEditIndex;
}
set {
_newEditIndex = value;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CursorConverter.cs
- CompilerErrorCollection.cs
- SchemaElementLookUpTable.cs
- ApplicationFileParser.cs
- RemoveFromCollection.cs
- StylusPointPropertyUnit.cs
- SynchronizedDispatch.cs
- TimeoutConverter.cs
- HitTestDrawingContextWalker.cs
- FontStyle.cs
- ScriptHandlerFactory.cs
- CodeIterationStatement.cs
- GlobalizationAssembly.cs
- HeaderUtility.cs
- SamlConstants.cs
- DataBindingList.cs
- GACMembershipCondition.cs
- ClientRoleProvider.cs
- TypeLibraryHelper.cs
- CodeIdentifier.cs
- DataStreamFromComStream.cs
- IconEditor.cs
- UrlAuthorizationModule.cs
- DataView.cs
- SecurityDescriptor.cs
- ISO2022Encoding.cs
- storepermission.cs
- WebConfigurationHostFileChange.cs
- AddInProcess.cs
- ConversionValidationRule.cs
- ListBase.cs
- XmlWellformedWriter.cs
- RemotingException.cs
- Accessible.cs
- Help.cs
- SessionState.cs
- XmlSchemaSimpleContentRestriction.cs
- TextPattern.cs
- Misc.cs
- HierarchicalDataSourceControl.cs
- StorageEntityContainerMapping.cs
- ComponentResourceManager.cs
- GradientStop.cs
- CacheChildrenQuery.cs
- JapaneseLunisolarCalendar.cs
- TypeConverterBase.cs
- DifferencingCollection.cs
- GridItemCollection.cs
- UTF8Encoding.cs
- ImportCatalogPart.cs
- ImageKeyConverter.cs
- LogWriteRestartAreaState.cs
- NavigationService.cs
- UidPropertyAttribute.cs
- EdmProviderManifest.cs
- SingleObjectCollection.cs
- WebConfigurationHost.cs
- RequestFactory.cs
- BookmarkScopeHandle.cs
- DataRelationCollection.cs
- EventArgs.cs
- ReadWriteSpinLock.cs
- PersistenceTypeAttribute.cs
- HostingEnvironmentException.cs
- ColumnCollection.cs
- ClientType.cs
- BoundingRectTracker.cs
- TypeResolvingOptions.cs
- DescendentsWalker.cs
- ResizingMessageFilter.cs
- TrayIconDesigner.cs
- BamlLocalizer.cs
- GC.cs
- DataSourceControl.cs
- Error.cs
- FontDriver.cs
- WebPartUtil.cs
- AsymmetricSignatureFormatter.cs
- OutputCacheProfileCollection.cs
- HttpNamespaceReservationInstallComponent.cs
- ConfigurationValue.cs
- XmlIncludeAttribute.cs
- PrincipalPermission.cs
- SqlUserDefinedTypeAttribute.cs
- NamedPermissionSet.cs
- ColumnWidthChangedEvent.cs
- ButtonFieldBase.cs
- TextDpi.cs
- TextElement.cs
- PasswordDeriveBytes.cs
- BitmapSource.cs
- ListViewItemMouseHoverEvent.cs
- ImageField.cs
- FixedPageAutomationPeer.cs
- QueryExpr.cs
- RelationshipManager.cs
- AsyncCodeActivityContext.cs
- TextElementAutomationPeer.cs
- SafePEFileHandle.cs
- PolicyStatement.cs