Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / xsp / System / Web / Extensions / ui / webcontrols / ListViewEditEventArgs.cs / 1 / ListViewEditEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Collections.Specialized; using System.ComponentModel; namespace System.Web.UI.WebControls { [AspNetHostingPermission(System.Security.Permissions.SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class ListViewEditEventArgs : CancelEventArgs { private int _newEditIndex; public ListViewEditEventArgs(int newEditIndex) : base(false) { _newEditIndex = newEditIndex; } ////// public int NewEditIndex { get { return _newEditIndex; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets the int argument to the command posted to the ///. This property is read-only. // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Collections.Specialized; using System.ComponentModel; namespace System.Web.UI.WebControls { [AspNetHostingPermission(System.Security.Permissions.SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class ListViewEditEventArgs : CancelEventArgs { private int _newEditIndex; public ListViewEditEventArgs(int newEditIndex) : base(false) { _newEditIndex = newEditIndex; } ////// public int NewEditIndex { get { return _newEditIndex; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets the int argument to the command posted to the ///. This property is read-only.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MatrixAnimationUsingKeyFrames.cs
- HtmlGenericControl.cs
- serverconfig.cs
- TabPageDesigner.cs
- FormViewInsertEventArgs.cs
- DBSchemaTable.cs
- MetadataItem.cs
- Wrapper.cs
- DataGridCell.cs
- PageBuildProvider.cs
- WindowsSpinner.cs
- CodeIdentifier.cs
- DataGridViewCellStateChangedEventArgs.cs
- TextWriterTraceListener.cs
- DbSourceParameterCollection.cs
- XmlSchemaElement.cs
- GroupBox.cs
- ContainerUtilities.cs
- ForceCopyBuildProvider.cs
- listitem.cs
- Exceptions.cs
- ELinqQueryState.cs
- TypeSemantics.cs
- ResourcePermissionBaseEntry.cs
- GenericAuthenticationEventArgs.cs
- LabelLiteral.cs
- UnsafeNativeMethodsPenimc.cs
- WorkflowMessageEventHandler.cs
- PersistenceContextEnlistment.cs
- Binding.cs
- QilExpression.cs
- TdsParserHelperClasses.cs
- DetailsViewInsertEventArgs.cs
- SchemaTableColumn.cs
- PageBuildProvider.cs
- Int16KeyFrameCollection.cs
- SamlSubjectStatement.cs
- LoginName.cs
- Byte.cs
- RequestCache.cs
- DataColumnMappingCollection.cs
- PathFigureCollection.cs
- Vector3D.cs
- Helper.cs
- ValidateNames.cs
- SoapHeaders.cs
- OptimisticConcurrencyException.cs
- CssClassPropertyAttribute.cs
- XmlWhitespace.cs
- CounterCreationDataConverter.cs
- SpellerError.cs
- WeakReference.cs
- SerializationObjectManager.cs
- Int16AnimationUsingKeyFrames.cs
- bindurihelper.cs
- IncrementalCompileAnalyzer.cs
- ListViewInsertEventArgs.cs
- TagPrefixCollection.cs
- Base64Stream.cs
- Msec.cs
- ColorDialog.cs
- DataTableMapping.cs
- WorkflowWebHostingModule.cs
- Queue.cs
- SafeArchiveContext.cs
- SrgsGrammarCompiler.cs
- ItemDragEvent.cs
- TextWriterTraceListener.cs
- KeyedQueue.cs
- BooleanProjectedSlot.cs
- MappingMetadataHelper.cs
- RuleSettingsCollection.cs
- PartialArray.cs
- InvalidOperationException.cs
- SequentialUshortCollection.cs
- XpsColorContext.cs
- ListViewDeleteEventArgs.cs
- ExpressionList.cs
- StructuredTypeInfo.cs
- OracleParameterCollection.cs
- TextBounds.cs
- NetTcpSecurityElement.cs
- XamlClipboardData.cs
- DataGridGeneralPage.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- CustomErrorCollection.cs
- StreamResourceInfo.cs
- Rect3D.cs
- StringHelper.cs
- Section.cs
- ConfigurationValues.cs
- TextSimpleMarkerProperties.cs
- WebPartCollection.cs
- Hashtable.cs
- WebPartEditorCancelVerb.cs
- AdornerHitTestResult.cs
- FloaterParaClient.cs
- BooleanExpr.cs
- WebSysDisplayNameAttribute.cs
- SByte.cs