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
- RuntimeConfigLKG.cs
- LogStore.cs
- KeyValueConfigurationCollection.cs
- QuadraticBezierSegment.cs
- SQLDouble.cs
- DEREncoding.cs
- DataGridViewComboBoxCell.cs
- SystemIPInterfaceProperties.cs
- WebPartDisplayModeCollection.cs
- ToolStripSettings.cs
- KeyboardInputProviderAcquireFocusEventArgs.cs
- ArgIterator.cs
- AliasExpr.cs
- LineVisual.cs
- JournalNavigationScope.cs
- RawStylusInput.cs
- DataGridViewRowCollection.cs
- StringToken.cs
- recordstate.cs
- XPathChildIterator.cs
- InheritanceContextChangedEventManager.cs
- OwnerDrawPropertyBag.cs
- PlainXmlSerializer.cs
- DockProviderWrapper.cs
- ConfigXmlDocument.cs
- COM2ExtendedTypeConverter.cs
- SqlDataSourceView.cs
- InheritanceContextChangedEventManager.cs
- TextEditorLists.cs
- SurrogateSelector.cs
- VisualSerializer.cs
- SymLanguageVendor.cs
- RemoteWebConfigurationHostStream.cs
- NamespaceEmitter.cs
- PatternMatcher.cs
- MediaTimeline.cs
- FrameworkElementFactoryMarkupObject.cs
- TraceUtility.cs
- ADRole.cs
- SetStateEventArgs.cs
- ProfilePropertyMetadata.cs
- ResourceDisplayNameAttribute.cs
- PropertyEmitterBase.cs
- DbFunctionCommandTree.cs
- UnhandledExceptionEventArgs.cs
- DurableEnlistmentState.cs
- GrammarBuilderPhrase.cs
- AssociationEndMember.cs
- SchemaDeclBase.cs
- ObjectDataSourceSelectingEventArgs.cs
- FixedFindEngine.cs
- RectangleConverter.cs
- TextSerializer.cs
- EventLogEntryCollection.cs
- SchemaManager.cs
- XmlQueryType.cs
- XamlPointCollectionSerializer.cs
- GroupedContextMenuStrip.cs
- OutputCacheSettings.cs
- ObjectListCommand.cs
- Rotation3D.cs
- EncodingTable.cs
- CheckBox.cs
- Span.cs
- EntityDataSourceMemberPath.cs
- uribuilder.cs
- AlphabeticalEnumConverter.cs
- HtmlInputSubmit.cs
- PrintEvent.cs
- SmiEventSink_DeferedProcessing.cs
- GridItemPatternIdentifiers.cs
- PerformanceCounterPermissionAttribute.cs
- FixedHighlight.cs
- PieceNameHelper.cs
- Debug.cs
- AssociationType.cs
- CollectionViewGroup.cs
- BasicHttpSecurity.cs
- Graphics.cs
- TypeExtension.cs
- HttpPostProtocolReflector.cs
- SqlUtils.cs
- ExternalException.cs
- EntityCommandDefinition.cs
- TransformGroup.cs
- DataGridViewColumnEventArgs.cs
- XmlSerializerSection.cs
- ListenerTraceUtility.cs
- ChameleonKey.cs
- TextHintingModeValidation.cs
- SortQuery.cs
- OdbcPermission.cs
- HtmlHistory.cs
- CalendarTable.cs
- PDBReader.cs
- TraceSwitch.cs
- BindToObject.cs
- GacUtil.cs
- SafeEventLogWriteHandle.cs
- DefaultShape.cs