Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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;
///
/// Provides data for some events.
///
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
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;
}
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DesignConnectionCollection.cs
- DesignerRegionCollection.cs
- XmlDataImplementation.cs
- DeploymentSectionCache.cs
- TraceHelpers.cs
- Vector3D.cs
- OdbcStatementHandle.cs
- NumericUpDownAccelerationCollection.cs
- LinkedResource.cs
- HttpCacheVary.cs
- PropertyGroupDescription.cs
- SQLInt64.cs
- formatter.cs
- HtmlTernaryTree.cs
- LicFileLicenseProvider.cs
- PolicyManager.cs
- EventManager.cs
- ExceptionUtility.cs
- MaterialCollection.cs
- EntityDesignerDataSourceView.cs
- InternalPolicyElement.cs
- PrimitiveXmlSerializers.cs
- AttributeUsageAttribute.cs
- SectionUpdates.cs
- Publisher.cs
- DataViewManagerListItemTypeDescriptor.cs
- ScrollEvent.cs
- AllMembershipCondition.cs
- SuppressMessageAttribute.cs
- TransformBlockRequest.cs
- CallContext.cs
- SplitterEvent.cs
- DataGridViewBindingCompleteEventArgs.cs
- RemotingException.cs
- DBBindings.cs
- ForceCopyBuildProvider.cs
- returneventsaver.cs
- SafeEventLogWriteHandle.cs
- PasswordBox.cs
- HwndAppCommandInputProvider.cs
- DefaultPropertyAttribute.cs
- DrawingGroup.cs
- CombinedGeometry.cs
- OLEDB_Enum.cs
- RuntimeHelpers.cs
- RewritingSimplifier.cs
- ActiveXSite.cs
- SendActivityEventArgs.cs
- XpsSerializationException.cs
- DocobjHost.cs
- BindableTemplateBuilder.cs
- HttpTransportManager.cs
- GraphicsContext.cs
- AddInContractAttribute.cs
- ServiceRouteHandler.cs
- ListBoxChrome.cs
- HMACMD5.cs
- LedgerEntry.cs
- LinearKeyFrames.cs
- ValidationSummary.cs
- XamlToRtfWriter.cs
- ComponentDispatcherThread.cs
- FormParameter.cs
- DataListDesigner.cs
- bindurihelper.cs
- IRCollection.cs
- BitmapEffectGroup.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- HttpHandler.cs
- DbDeleteCommandTree.cs
- DataGridPreparingCellForEditEventArgs.cs
- UnitControl.cs
- SchemaElementDecl.cs
- NullableConverter.cs
- PerformanceCounterLib.cs
- Point.cs
- TraceListeners.cs
- TypeUnloadedException.cs
- SchemaImporterExtension.cs
- Number.cs
- LoginStatusDesigner.cs
- InvalidateEvent.cs
- TypeName.cs
- ContractListAdapter.cs
- UnsafeNativeMethods.cs
- DataExchangeServiceBinder.cs
- DateTimeConstantAttribute.cs
- Exception.cs
- TabControl.cs
- Stylus.cs
- HttpHostedTransportConfiguration.cs
- PolyQuadraticBezierSegment.cs
- NativeMethods.cs
- FixedSOMSemanticBox.cs
- XmlSchemaChoice.cs
- _SecureChannel.cs
- FileDialog.cs
- Activity.cs
- ClientSponsor.cs
- ProfilePropertyNameValidator.cs