Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] 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; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] 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
- TableLayout.cs
- SecurityState.cs
- DiffuseMaterial.cs
- Literal.cs
- PermissionSetTriple.cs
- Floater.cs
- HealthMonitoringSectionHelper.cs
- HtmlObjectListAdapter.cs
- ContentTypeSettingClientMessageFormatter.cs
- XmlConvert.cs
- RelatedImageListAttribute.cs
- MetaChildrenColumn.cs
- MediaTimeline.cs
- DropShadowEffect.cs
- ResourceManagerWrapper.cs
- UrlAuthFailedErrorFormatter.cs
- HttpRequestCacheValidator.cs
- ByteKeyFrameCollection.cs
- ValidatingPropertiesEventArgs.cs
- SevenBitStream.cs
- NeutralResourcesLanguageAttribute.cs
- PagePropertiesChangingEventArgs.cs
- SiteMap.cs
- FontDifferentiator.cs
- Setter.cs
- FrameAutomationPeer.cs
- ValidationHelpers.cs
- InputLanguage.cs
- PropertyGridCommands.cs
- JournalEntryStack.cs
- Interlocked.cs
- OdbcCommandBuilder.cs
- MultipartContentParser.cs
- CompilationUnit.cs
- CompilerTypeWithParams.cs
- RelativeSource.cs
- ConstraintEnumerator.cs
- ReadContentAsBinaryHelper.cs
- XmlSchemaParticle.cs
- JsonReader.cs
- DrawingVisual.cs
- ProtocolsConfigurationEntry.cs
- DropDownHolder.cs
- TypeDelegator.cs
- ProvidersHelper.cs
- StringUtil.cs
- RangeExpression.cs
- HideDisabledControlAdapter.cs
- DictionaryManager.cs
- DefaultHttpHandler.cs
- HtmlTableRowCollection.cs
- TableLayoutPanel.cs
- EntityDesignerBuildProvider.cs
- MemberInfoSerializationHolder.cs
- WizardSideBarListControlItem.cs
- ProtocolsConfigurationHandler.cs
- SecurityCriticalDataForSet.cs
- DBSchemaTable.cs
- ConfigurationManager.cs
- SafeNativeMethodsMilCoreApi.cs
- SymbolMethod.cs
- XsdBuildProvider.cs
- UrlPath.cs
- mansign.cs
- PasswordBoxAutomationPeer.cs
- LogReservationCollection.cs
- Function.cs
- HostedHttpContext.cs
- EntityDataSourceUtil.cs
- Oid.cs
- XmlSchemaInfo.cs
- DSASignatureDeformatter.cs
- Underline.cs
- AudienceUriMode.cs
- CollectionEditorDialog.cs
- StreamInfo.cs
- HandlerBase.cs
- Int32CollectionValueSerializer.cs
- Gdiplus.cs
- FreeFormDesigner.cs
- FastEncoder.cs
- DataConnectionHelper.cs
- DataGridTextBoxColumn.cs
- SoapSchemaExporter.cs
- DataGridViewColumnStateChangedEventArgs.cs
- XXXOnTypeBuilderInstantiation.cs
- HttpStreamXmlDictionaryWriter.cs
- CommandID.cs
- LinkLabelLinkClickedEvent.cs
- MemoryRecordBuffer.cs
- DataGridViewCellStyleConverter.cs
- PowerStatus.cs
- DragEventArgs.cs
- TTSVoice.cs
- Int16Converter.cs
- FileDialogCustomPlaces.cs
- GridViewUpdatedEventArgs.cs
- connectionpool.cs
- ColorContext.cs
- ComponentTray.cs