Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- DataGridViewAccessibleObject.cs
- UriSection.cs
- OleDbDataReader.cs
- TypeListConverter.cs
- OptimizedTemplateContent.cs
- MenuCommand.cs
- XamlToRtfParser.cs
- XMLSchema.cs
- TerminateDesigner.cs
- DataObjectFieldAttribute.cs
- XPathDocumentNavigator.cs
- LinqDataSourceDeleteEventArgs.cs
- HandlerFactoryCache.cs
- ListManagerBindingsCollection.cs
- ObjectStateEntryOriginalDbUpdatableDataRecord.cs
- DecimalStorage.cs
- RoleManagerSection.cs
- MimeTypeAttribute.cs
- VarRemapper.cs
- EventLogPermission.cs
- SqlException.cs
- grammarelement.cs
- XmlHierarchyData.cs
- DateTimeParse.cs
- CodeGen.cs
- SoapElementAttribute.cs
- SocketAddress.cs
- _LocalDataStoreMgr.cs
- MsmqHostedTransportManager.cs
- WindowAutomationPeer.cs
- EntitySetDataBindingList.cs
- RadioButton.cs
- AccessControlList.cs
- XmlILAnnotation.cs
- XPathException.cs
- ShapingWorkspace.cs
- CodeMemberField.cs
- ProfileParameter.cs
- NamespaceMapping.cs
- PublishLicense.cs
- glyphs.cs
- EntityModelSchemaGenerator.cs
- CurrencyWrapper.cs
- SeekStoryboard.cs
- PropertyChange.cs
- ObjRef.cs
- SchemaNames.cs
- ObjectTypeMapping.cs
- ControlBuilderAttribute.cs
- HttpGetServerProtocol.cs
- DbProviderServices.cs
- ResourceDescriptionAttribute.cs
- WebPart.cs
- Hyperlink.cs
- QilInvoke.cs
- TextRangeEditTables.cs
- MessageQuerySet.cs
- AuthorizationBehavior.cs
- SafeFileMappingHandle.cs
- SafeLocalMemHandle.cs
- ImageBrush.cs
- FrameworkContentElementAutomationPeer.cs
- TrustLevel.cs
- ProxyManager.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- Propagator.JoinPropagator.cs
- ReflectPropertyDescriptor.cs
- XmlMtomWriter.cs
- CodeArrayIndexerExpression.cs
- CancellationHandler.cs
- EntityViewGenerator.cs
- TextEditor.cs
- Blend.cs
- ProcessModuleCollection.cs
- CopyEncoder.cs
- NamespaceInfo.cs
- Utils.cs
- Separator.cs
- Script.cs
- SHA1CryptoServiceProvider.cs
- DiscardableAttribute.cs
- DescendantQuery.cs
- ResourcePermissionBaseEntry.cs
- StyleSheetDesigner.cs
- Normalizer.cs
- SqlEnums.cs
- TreeView.cs
- CriticalFinalizerObject.cs
- TextDecorationCollection.cs
- PinnedBufferMemoryStream.cs
- SoapIncludeAttribute.cs
- DataGridItemEventArgs.cs
- ASCIIEncoding.cs
- Version.cs
- LineInfo.cs
- ScrollEventArgs.cs
- GC.cs
- xmlNames.cs
- SqlConnectionPoolGroupProviderInfo.cs
- ProxyWebPartConnectionCollection.cs