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
- SqlError.cs
- _IPv4Address.cs
- ProvideValueServiceProvider.cs
- LinkLabelLinkClickedEvent.cs
- AuthenticatingEventArgs.cs
- SqlNodeAnnotation.cs
- SvcMapFileLoader.cs
- TraceListener.cs
- _ContextAwareResult.cs
- StringStorage.cs
- FrameworkElementFactory.cs
- GroupBox.cs
- Monitor.cs
- TableCellCollection.cs
- SSmlParser.cs
- StringConverter.cs
- MediaSystem.cs
- DataControlHelper.cs
- EventLogEntryCollection.cs
- FastEncoderWindow.cs
- DesignTimeTemplateParser.cs
- XamlReaderHelper.cs
- WCFServiceClientProxyGenerator.cs
- WebServiceEnumData.cs
- OleDbMetaDataFactory.cs
- MenuItemAutomationPeer.cs
- RequestQueryParser.cs
- Dynamic.cs
- RtType.cs
- WebBaseEventKeyComparer.cs
- ListSourceHelper.cs
- SQLInt64Storage.cs
- SessionEndingEventArgs.cs
- DisplayInformation.cs
- RadioButtonDesigner.cs
- ISFClipboardData.cs
- DES.cs
- DurableRuntimeValidator.cs
- ProfileServiceManager.cs
- UTF8Encoding.cs
- SamlAuthenticationClaimResource.cs
- CompilationLock.cs
- StreamGeometryContext.cs
- SqlCacheDependencySection.cs
- GridViewDeletedEventArgs.cs
- TextBoxAutoCompleteSourceConverter.cs
- LogicalMethodInfo.cs
- FocusChangedEventArgs.cs
- PageRequestManager.cs
- BitVec.cs
- SecurityElement.cs
- KeyedHashAlgorithm.cs
- Formatter.cs
- ToolStripSplitButton.cs
- UTF7Encoding.cs
- MsiStyleLogWriter.cs
- DataKey.cs
- EnumCodeDomSerializer.cs
- FloatSumAggregationOperator.cs
- PropertyInformation.cs
- SiteOfOriginPart.cs
- WindowCollection.cs
- sqlmetadatafactory.cs
- XMLUtil.cs
- TypeBrowser.xaml.cs
- DeleteHelper.cs
- SplitContainer.cs
- storepermissionattribute.cs
- datacache.cs
- SQLBoolean.cs
- CompressEmulationStream.cs
- RelatedImageListAttribute.cs
- QueryContinueDragEvent.cs
- XmlDataImplementation.cs
- Delegate.cs
- TdsParserStateObject.cs
- MultiView.cs
- TextDecorationCollection.cs
- WebBrowserNavigatingEventHandler.cs
- ApplyTemplatesAction.cs
- MetafileHeaderEmf.cs
- StylusSystemGestureEventArgs.cs
- SpeechRecognizer.cs
- HWStack.cs
- ClockController.cs
- CatalogPartCollection.cs
- TimeStampChecker.cs
- AsyncResult.cs
- Annotation.cs
- ConditionalAttribute.cs
- Lease.cs
- ProcessModelInfo.cs
- Zone.cs
- CriticalFinalizerObject.cs
- DocumentOutline.cs
- Annotation.cs
- NonDualMessageSecurityOverHttp.cs
- XPathScanner.cs
- ZoneIdentityPermission.cs
- Match.cs