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
- InfoCardTraceRecord.cs
- _Events.cs
- ClrPerspective.cs
- SQLMembershipProvider.cs
- RegexNode.cs
- ContextInformation.cs
- WsdlContractConversionContext.cs
- DesignerRegionCollection.cs
- AppearanceEditorPart.cs
- TypeConstant.cs
- ZipIOFileItemStream.cs
- formatter.cs
- DataServiceConfiguration.cs
- SortDescriptionCollection.cs
- _LazyAsyncResult.cs
- KeyboardNavigation.cs
- FileUpload.cs
- XmlCharCheckingReader.cs
- RoutingBehavior.cs
- ContextMenuStripGroup.cs
- QualificationDataItem.cs
- TablePattern.cs
- PropertyChangeTracker.cs
- Quaternion.cs
- TrustLevelCollection.cs
- SystemColorTracker.cs
- ScopelessEnumAttribute.cs
- SByteConverter.cs
- DirectoryRootQuery.cs
- QueueProcessor.cs
- ConnectionProviderAttribute.cs
- BitStream.cs
- Compiler.cs
- DurationConverter.cs
- TextElementAutomationPeer.cs
- SafeArrayTypeMismatchException.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- ScriptReference.cs
- BufferBuilder.cs
- TransformValueSerializer.cs
- JoinTreeNode.cs
- RegexCaptureCollection.cs
- RegexWorker.cs
- ErrorRuntimeConfig.cs
- Int32Rect.cs
- MutexSecurity.cs
- XmlElementList.cs
- ColumnMapTranslator.cs
- FixedTextBuilder.cs
- DrawingImage.cs
- AuthorizationRuleCollection.cs
- ThicknessAnimation.cs
- ListViewUpdatedEventArgs.cs
- BasicExpressionVisitor.cs
- DataTableMapping.cs
- JpegBitmapDecoder.cs
- SqlServer2KCompatibilityAnnotation.cs
- CodeCastExpression.cs
- TextServicesCompartmentContext.cs
- GenericPrincipal.cs
- DebugHandleTracker.cs
- HandlerWithFactory.cs
- FragmentNavigationEventArgs.cs
- ByteStream.cs
- XmlDataLoader.cs
- DynamicValidatorEventArgs.cs
- _SslStream.cs
- COAUTHINFO.cs
- TreeViewCancelEvent.cs
- ReleaseInstanceMode.cs
- FixedDocument.cs
- TextTreeExtractElementUndoUnit.cs
- FileUpload.cs
- HttpDebugHandler.cs
- Vector3dCollection.cs
- TranslateTransform.cs
- NonSerializedAttribute.cs
- ConstraintStruct.cs
- PropertyIDSet.cs
- DataGridViewRowsAddedEventArgs.cs
- WindowsFont.cs
- EnvironmentPermission.cs
- SecurityVersion.cs
- SafeWaitHandle.cs
- AssemblySettingAttributes.cs
- SrgsDocumentParser.cs
- FlowLayout.cs
- UMPAttributes.cs
- LastQueryOperator.cs
- ProfilePropertySettingsCollection.cs
- RenderDataDrawingContext.cs
- CounterCreationData.cs
- HtmlWindow.cs
- RegexStringValidatorAttribute.cs
- ScrollViewerAutomationPeer.cs
- safex509handles.cs
- DictionaryTraceRecord.cs
- BufferedStream2.cs
- CompoundFileStreamReference.cs
- PropertyItemInternal.cs