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

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- log.cs
- TableParagraph.cs
- dbdatarecord.cs
- CodeSnippetCompileUnit.cs
- TraceListeners.cs
- LogArchiveSnapshot.cs
- _SingleItemRequestCache.cs
- WebProxyScriptElement.cs
- TreeNodeCollection.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- TransportContext.cs
- SlotInfo.cs
- XmlAttributeAttribute.cs
- StatusBar.cs
- StorageInfo.cs
- ListViewCancelEventArgs.cs
- SafeMILHandle.cs
- RepeaterItemCollection.cs
- PageThemeCodeDomTreeGenerator.cs
- SingleConverter.cs
- PtsCache.cs
- NativeMethods.cs
- SecurityHeaderElementInferenceEngine.cs
- HierarchicalDataTemplate.cs
- WebSysDefaultValueAttribute.cs
- RoleManagerModule.cs
- WorkflowOperationContext.cs
- TabRenderer.cs
- IPPacketInformation.cs
- OverloadGroupAttribute.cs
- DataContractSerializerOperationBehavior.cs
- MediaSystem.cs
- DataRecordObjectView.cs
- webclient.cs
- initElementDictionary.cs
- ObjectView.cs
- QilBinary.cs
- TransformGroup.cs
- MissingMemberException.cs
- AspNetPartialTrustHelpers.cs
- WriteLine.cs
- SharedConnectionWorkflowTransactionService.cs
- FixedHighlight.cs
- WebPartManagerInternals.cs
- TileBrush.cs
- TreeView.cs
- Errors.cs
- BaseTemplatedMobileComponentEditor.cs
- Formatter.cs
- Span.cs
- DataServiceConfiguration.cs
- wgx_sdk_version.cs
- __Filters.cs
- AnimationLayer.cs
- FontUnit.cs
- SendMailErrorEventArgs.cs
- ClientRolePrincipal.cs
- XmlKeywords.cs
- XmlEntityReference.cs
- AudioFormatConverter.cs
- SettingsPropertyCollection.cs
- _NegoStream.cs
- ToolStripDropTargetManager.cs
- XmlEncodedRawTextWriter.cs
- ContentIterators.cs
- BmpBitmapEncoder.cs
- WebCategoryAttribute.cs
- SequenceRangeCollection.cs
- Column.cs
- CookielessHelper.cs
- JsonReader.cs
- UriTemplatePathPartiallyEquivalentSet.cs
- ValidationPropertyAttribute.cs
- CryptoStream.cs
- ControllableStoryboardAction.cs
- SafeNativeMemoryHandle.cs
- EventSourceCreationData.cs
- RowType.cs
- XslCompiledTransform.cs
- ControlCachePolicy.cs
- MultiDataTrigger.cs
- SerializerWriterEventHandlers.cs
- SourceLineInfo.cs
- MasterPageCodeDomTreeGenerator.cs
- HtmlSelectionListAdapter.cs
- WebPartChrome.cs
- DynamicUpdateCommand.cs
- Models.cs
- ReadOnlyMetadataCollection.cs
- ContextMenuStrip.cs
- FileInfo.cs
- DataPagerFieldCommandEventArgs.cs
- SrgsRulesCollection.cs
- Selection.cs
- EncryptedType.cs
- ClipboardProcessor.cs
- SqlOuterApplyReducer.cs
- TraceData.cs
- CodeMethodReturnStatement.cs
- UrlMappingsModule.cs