Code:
/ DotNET / DotNET / 8.0 / untmp / Orcas / RTM / 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. // Copyright (c) Microsoft Corporation. All rights reserved.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
- GroupBoxAutomationPeer.cs
- MILUtilities.cs
- StylusPoint.cs
- GenericRootAutomationPeer.cs
- Nullable.cs
- IMembershipProvider.cs
- CharEnumerator.cs
- AppDomainAttributes.cs
- WindowsButton.cs
- HttpResponseWrapper.cs
- PrimaryKeyTypeConverter.cs
- ListControlConvertEventArgs.cs
- DataSourceView.cs
- EditorZone.cs
- SafeNativeMethodsCLR.cs
- StringInfo.cs
- XsltContext.cs
- XmlRawWriter.cs
- FileInfo.cs
- InputProviderSite.cs
- RectangleGeometry.cs
- OleStrCAMarshaler.cs
- EventHandlersStore.cs
- CertificateManager.cs
- GlyphRunDrawing.cs
- HistoryEventArgs.cs
- UnsafeNativeMethodsMilCoreApi.cs
- HtmlHistory.cs
- CodeTryCatchFinallyStatement.cs
- ObjectListShowCommandsEventArgs.cs
- EdmType.cs
- shaperfactoryquerycacheentry.cs
- ProxyHwnd.cs
- GetIndexBinder.cs
- ReachDocumentSequenceSerializerAsync.cs
- SingleConverter.cs
- XmlSecureResolver.cs
- WebPartConnectionsCancelVerb.cs
- CacheRequest.cs
- DataSourceXmlSerializer.cs
- FontWeight.cs
- MimeMultiPart.cs
- FrameworkRichTextComposition.cs
- GridViewDeleteEventArgs.cs
- DataPagerFieldCollection.cs
- DbConnectionPoolIdentity.cs
- CommonDialog.cs
- XmlToDatasetMap.cs
- CodeCommentStatement.cs
- VerticalAlignConverter.cs
- InfoCardTraceRecord.cs
- LogExtentCollection.cs
- Crypto.cs
- VirtualPathData.cs
- sqlser.cs
- ConnectionProviderAttribute.cs
- OutputCacheModule.cs
- SoapIgnoreAttribute.cs
- SocketException.cs
- GridViewColumn.cs
- WebPart.cs
- GenericEnumerator.cs
- CookielessData.cs
- InputMethod.cs
- ObjectViewFactory.cs
- QueryTask.cs
- SmtpFailedRecipientException.cs
- LicenseContext.cs
- AttachedPropertyMethodSelector.cs
- RemotingHelper.cs
- MemberDomainMap.cs
- CodeBlockBuilder.cs
- TimerElapsedEvenArgs.cs
- XmlValidatingReader.cs
- Span.cs
- DayRenderEvent.cs
- KeyboardDevice.cs
- DoubleCollectionValueSerializer.cs
- DataGridState.cs
- ImageFormat.cs
- CodeCommentStatement.cs
- coordinatorscratchpad.cs
- TextEndOfSegment.cs
- FontInfo.cs
- MiniCustomAttributeInfo.cs
- EntityDataSourceDesignerHelper.cs
- ChannelProtectionRequirements.cs
- SuspendDesigner.cs
- BaseParser.cs
- ViewBase.cs
- SettingsPropertyValue.cs
- IntegerValidatorAttribute.cs
- QilNode.cs
- ComplexTypeEmitter.cs
- HttpServerUtilityWrapper.cs
- OpenFileDialog.cs
- EntityKey.cs
- ArgumentException.cs
- TimerEventSubscription.cs
- BinaryParser.cs