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
- PermissionAttributes.cs
- XsltArgumentList.cs
- ControlsConfig.cs
- SqlGatherProducedAliases.cs
- JpegBitmapEncoder.cs
- CompositeActivityTypeDescriptor.cs
- _MultipleConnectAsync.cs
- StylusPlugin.cs
- XmlDataSourceNodeDescriptor.cs
- parserscommon.cs
- LiteralDesigner.cs
- DetailsViewDeleteEventArgs.cs
- ToolStripOverflowButton.cs
- XmlIgnoreAttribute.cs
- DataListCommandEventArgs.cs
- _Events.cs
- AvTrace.cs
- BmpBitmapDecoder.cs
- HttpPostedFile.cs
- GroupStyle.cs
- IntSecurity.cs
- ObservableDictionary.cs
- ServicesExceptionNotHandledEventArgs.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- XPathBinder.cs
- ProtectedConfiguration.cs
- InternalControlCollection.cs
- XmlNodeReader.cs
- SqlBuilder.cs
- EntityDataSourceWrapperCollection.cs
- PagedDataSource.cs
- ComplexPropertyEntry.cs
- ObservableCollection.cs
- SequentialUshortCollection.cs
- EventSinkHelperWriter.cs
- DynamicDataRoute.cs
- nulltextnavigator.cs
- WorkflowInstance.cs
- FormViewUpdatedEventArgs.cs
- UpdatePanelControlTrigger.cs
- Util.cs
- TextRange.cs
- datacache.cs
- ServiceRoute.cs
- PointLightBase.cs
- xmlglyphRunInfo.cs
- FeatureSupport.cs
- PostBackTrigger.cs
- AlternateView.cs
- XpsS0ValidatingLoader.cs
- ListViewTableCell.cs
- XmlSchemaCollection.cs
- SqlDataRecord.cs
- ForwardPositionQuery.cs
- Barrier.cs
- UrlRoutingHandler.cs
- DbConnectionStringCommon.cs
- SetIterators.cs
- Publisher.cs
- DataRelation.cs
- CustomPopupPlacement.cs
- FileDialog_Vista.cs
- ObservableCollection.cs
- InputBuffer.cs
- TemplateFactory.cs
- BaseCollection.cs
- ToolStripLabel.cs
- VoiceInfo.cs
- TextContainerHelper.cs
- CornerRadiusConverter.cs
- CacheChildrenQuery.cs
- ServiceRouteHandler.cs
- RootBrowserWindow.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- ThicknessKeyFrameCollection.cs
- SpellerError.cs
- StronglyTypedResourceBuilder.cs
- SaveLedgerEntryRequest.cs
- XPathBuilder.cs
- _CommandStream.cs
- DodSequenceMerge.cs
- IncrementalReadDecoders.cs
- WindowsRichEditRange.cs
- AggregateNode.cs
- OracleInternalConnection.cs
- Array.cs
- IIS7WorkerRequest.cs
- IconHelper.cs
- SecurityCriticalDataForSet.cs
- CharacterHit.cs
- CultureData.cs
- XsdSchemaFileEditor.cs
- StylusCollection.cs
- SqlUnionizer.cs
- Utility.cs
- LinkTarget.cs
- Attribute.cs
- HttpConfigurationContext.cs
- HtmlWindow.cs
- CryptoConfig.cs