Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- UrlMappingCollection.cs
- XmlObjectSerializer.cs
- ProfileGroupSettingsCollection.cs
- ComponentCollection.cs
- CustomLineCap.cs
- BypassElementCollection.cs
- ConvertersCollection.cs
- SoapAttributeAttribute.cs
- remotingproxy.cs
- _HeaderInfo.cs
- embossbitmapeffect.cs
- ListParagraph.cs
- ConstantSlot.cs
- TrustLevel.cs
- SmtpNegotiateAuthenticationModule.cs
- Row.cs
- TypographyProperties.cs
- RenderOptions.cs
- AnonymousIdentificationSection.cs
- OperationCanceledException.cs
- FragmentQueryKB.cs
- ImageSource.cs
- XmlSchemaComplexType.cs
- Main.cs
- BackStopAuthenticationModule.cs
- TextServicesManager.cs
- RadioButtonFlatAdapter.cs
- ScriptServiceAttribute.cs
- MessageDecoder.cs
- XmlComment.cs
- storepermissionattribute.cs
- XamlNamespaceHelper.cs
- SoapCommonClasses.cs
- ListParaClient.cs
- TextDecoration.cs
- FontFaceLayoutInfo.cs
- UndoManager.cs
- MethodBody.cs
- SecureStringHasher.cs
- Rect3D.cs
- MetadataPropertyAttribute.cs
- DateTimeConverter2.cs
- QilNode.cs
- PropertyChange.cs
- BinaryMethodMessage.cs
- WebServiceResponse.cs
- Nullable.cs
- DocumentPropertiesDialog.cs
- DataGridViewRowCollection.cs
- ComplexTypeEmitter.cs
- ComponentManagerBroker.cs
- SelectionEditor.cs
- __ConsoleStream.cs
- VectorCollectionConverter.cs
- Base64Stream.cs
- EnumerableRowCollection.cs
- HttpStreamMessageEncoderFactory.cs
- ConnectionsZoneAutoFormat.cs
- AppSettingsSection.cs
- cookiecontainer.cs
- ApplicationHost.cs
- IconConverter.cs
- CompressionTransform.cs
- ThreadWorkerController.cs
- DesignTimeTemplateParser.cs
- TriggerAction.cs
- XamlBuildTaskServices.cs
- DataSysAttribute.cs
- BoundingRectTracker.cs
- TaskFactory.cs
- DataGridTableStyleMappingNameEditor.cs
- TemplatePartAttribute.cs
- SoapAttributeAttribute.cs
- DirtyTextRange.cs
- AsyncDataRequest.cs
- BooleanFunctions.cs
- BinaryKeyIdentifierClause.cs
- EventDescriptorCollection.cs
- Models.cs
- XDRSchema.cs
- XPathException.cs
- LinkConverter.cs
- ScrollBar.cs
- SessionPageStatePersister.cs
- XmlSchemas.cs
- SystemMulticastIPAddressInformation.cs
- EpmCustomContentWriterNodeData.cs
- SafeRightsManagementHandle.cs
- DbConnectionPoolIdentity.cs
- DefaultBinder.cs
- SessionStateContainer.cs
- SecurityResources.cs
- MenuStrip.cs
- URLMembershipCondition.cs
- RtfFormatStack.cs
- PeerResolver.cs
- GridItemCollection.cs
- SelectionPattern.cs
- AttributeConverter.cs
- SQLInt32Storage.cs