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
- ListenerChannelContext.cs
- MemoryFailPoint.cs
- CodeDelegateCreateExpression.cs
- QilNode.cs
- ParseElement.cs
- RectangleGeometry.cs
- LoadedOrUnloadedOperation.cs
- XmlRootAttribute.cs
- ObjectCloneHelper.cs
- X509Utils.cs
- FixedDocumentPaginator.cs
- FormsAuthenticationEventArgs.cs
- CultureTableRecord.cs
- DocobjHost.cs
- RootBrowserWindowProxy.cs
- AssemblyCache.cs
- TextLineResult.cs
- ChangeInterceptorAttribute.cs
- BitmapDecoder.cs
- RenderDataDrawingContext.cs
- SHA512Managed.cs
- TypeUnloadedException.cs
- DataIdProcessor.cs
- BlockUIContainer.cs
- AttributeEmitter.cs
- NotifyCollectionChangedEventArgs.cs
- ToolConsole.cs
- TextServicesManager.cs
- DataGridrowEditEndingEventArgs.cs
- FaultHandlingFilter.cs
- ipaddressinformationcollection.cs
- WebPartEditVerb.cs
- StyleXamlTreeBuilder.cs
- Subset.cs
- WpfPayload.cs
- RuleSetDialog.Designer.cs
- XmlIgnoreAttribute.cs
- StringFunctions.cs
- CryptographicAttribute.cs
- ClientConfigurationHost.cs
- shaperfactoryquerycachekey.cs
- GradientBrush.cs
- ObjectComplexPropertyMapping.cs
- DataControlField.cs
- NavigationEventArgs.cs
- PictureBox.cs
- DrawingVisual.cs
- ParameterEditorUserControl.cs
- QilTernary.cs
- TextSpanModifier.cs
- WindowsBrush.cs
- ServicePointManagerElement.cs
- GenericAuthenticationEventArgs.cs
- EdmProviderManifest.cs
- Misc.cs
- InstalledFontCollection.cs
- EncryptedXml.cs
- NamespaceTable.cs
- MetadataCollection.cs
- XmlElementAttributes.cs
- XmlSchemaAnnotated.cs
- MethodToken.cs
- TreeNodeCollectionEditorDialog.cs
- SqlCachedBuffer.cs
- DesignerCommandAdapter.cs
- Viewport2DVisual3D.cs
- Attributes.cs
- SchemaMapping.cs
- ScriptingRoleServiceSection.cs
- BamlRecordHelper.cs
- SoapObjectReader.cs
- SymbolMethod.cs
- XmlDataSourceView.cs
- OdbcDataAdapter.cs
- GridItemCollection.cs
- CodeEventReferenceExpression.cs
- BypassElementCollection.cs
- XamlTreeBuilderBamlRecordWriter.cs
- StringFunctions.cs
- SqlUserDefinedAggregateAttribute.cs
- HttpClientCertificate.cs
- UnionExpr.cs
- ByteStreamBufferedMessageData.cs
- LoginUtil.cs
- AliasExpr.cs
- DataGridViewControlCollection.cs
- ConfigurationStrings.cs
- TabletDeviceInfo.cs
- Encoding.cs
- XmlSecureResolver.cs
- InputScope.cs
- CodeDomLoader.cs
- SendingRequestEventArgs.cs
- _FtpDataStream.cs
- METAHEADER.cs
- RSAOAEPKeyExchangeDeformatter.cs
- MethodBuilderInstantiation.cs
- TargetInvocationException.cs
- ObjectHandle.cs
- AbstractSvcMapFileLoader.cs