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 / ListViewSelectEventArgs.cs / 1 / ListViewSelectEventArgs.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 ListViewSelectEventArgs : CancelEventArgs { private int _newSelectedIndex; public ListViewSelectEventArgs(int newSelectedIndex) : base(false) { this._newSelectedIndex = newSelectedIndex; } ////// public int NewSelectedIndex { get { return _newSelectedIndex; } set { _newSelectedIndex = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets the index of the selected row to be displayed in 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 ListViewSelectEventArgs : CancelEventArgs { private int _newSelectedIndex; public ListViewSelectEventArgs(int newSelectedIndex) : base(false) { this._newSelectedIndex = newSelectedIndex; } ////// public int NewSelectedIndex { get { return _newSelectedIndex; } set { _newSelectedIndex = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets the index of the selected row to be displayed in the ///. /// This property is read-only.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- IndexedGlyphRun.cs
- PeerInvitationResponse.cs
- MasterPage.cs
- HMAC.cs
- NamespaceInfo.cs
- DataListItemEventArgs.cs
- MergeLocalizationDirectives.cs
- CodeExporter.cs
- UIElementParaClient.cs
- HtmlMeta.cs
- CfgParser.cs
- EndPoint.cs
- validation.cs
- BaseDataBoundControlDesigner.cs
- GregorianCalendarHelper.cs
- HybridDictionary.cs
- CodeTypeParameter.cs
- HybridDictionary.cs
- WebPartMinimizeVerb.cs
- GeneratedCodeAttribute.cs
- MD5.cs
- ItemList.cs
- MimeMapping.cs
- SystemIcmpV4Statistics.cs
- _DynamicWinsockMethods.cs
- AnimationClockResource.cs
- VectorConverter.cs
- InternalUserCancelledException.cs
- X509Utils.cs
- AmbientProperties.cs
- DBConcurrencyException.cs
- Walker.cs
- AnnotationStore.cs
- DesignerAdRotatorAdapter.cs
- GenericNameHandler.cs
- XmlQualifiedName.cs
- RandomNumberGenerator.cs
- Brushes.cs
- storagemappingitemcollection.viewdictionary.cs
- PublisherMembershipCondition.cs
- FacetDescriptionElement.cs
- KerberosTicketHashIdentifierClause.cs
- TypeBuilderInstantiation.cs
- ToolBarOverflowPanel.cs
- SignatureHelper.cs
- Assert.cs
- CompilerErrorCollection.cs
- Privilege.cs
- KeyedHashAlgorithm.cs
- DefaultSection.cs
- OleAutBinder.cs
- TextCompositionEventArgs.cs
- ToolboxComponentsCreatingEventArgs.cs
- ScriptDescriptor.cs
- DispatcherHookEventArgs.cs
- Pair.cs
- SerializationStore.cs
- MouseEventArgs.cs
- BaseComponentEditor.cs
- RelatedView.cs
- ObjectAnimationBase.cs
- ListViewItemEventArgs.cs
- CodeAccessSecurityEngine.cs
- ConsumerConnectionPoint.cs
- DesignerPerfEventProvider.cs
- UriSection.cs
- FileLevelControlBuilderAttribute.cs
- NativeObjectSecurity.cs
- MetadataProperty.cs
- CodeTypeDelegate.cs
- SQLCharsStorage.cs
- ExclusiveCanonicalizationTransform.cs
- AsyncPostBackErrorEventArgs.cs
- Object.cs
- ZipIOBlockManager.cs
- ServiceMetadataBehavior.cs
- LassoSelectionBehavior.cs
- UpdatePanel.cs
- DrawingDrawingContext.cs
- ActiveXHost.cs
- DispatcherFrame.cs
- ResourceAssociationType.cs
- DecoderBestFitFallback.cs
- EntryWrittenEventArgs.cs
- TransformGroup.cs
- Vector3DValueSerializer.cs
- ListControlConvertEventArgs.cs
- BitmapFrameDecode.cs
- ManagedCodeMarkers.cs
- DeclarativeConditionsCollection.cs
- Event.cs
- ConstNode.cs
- PeerApplication.cs
- TimeStampChecker.cs
- RTLAwareMessageBox.cs
- GraphicsPath.cs
- CodeIdentifier.cs
- WebConfigurationHost.cs
- DataServiceRequestException.cs
- odbcmetadatacollectionnames.cs