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
- DataIdProcessor.cs
- Preprocessor.cs
- AddingNewEventArgs.cs
- DirectoryInfo.cs
- Span.cs
- CorrelationManager.cs
- DynamicDataRoute.cs
- AstTree.cs
- DataGridItemCollection.cs
- CompressEmulationStream.cs
- PassportPrincipal.cs
- ConnectionInterfaceCollection.cs
- ProxyHwnd.cs
- AppDomainProtocolHandler.cs
- PopupEventArgs.cs
- CharKeyFrameCollection.cs
- BaseParagraph.cs
- assertwrapper.cs
- ImageCollectionCodeDomSerializer.cs
- SortDescriptionCollection.cs
- UInt64Storage.cs
- ExpressionDumper.cs
- Compilation.cs
- BamlRecords.cs
- ConnectionPointCookie.cs
- StylusPointDescription.cs
- DocumentPaginator.cs
- SplineQuaternionKeyFrame.cs
- TableCellAutomationPeer.cs
- AsyncResult.cs
- SqlXml.cs
- Type.cs
- HttpHeaderCollection.cs
- TraceData.cs
- WithParamAction.cs
- SchemaElementLookUpTable.cs
- TextProperties.cs
- GlyphManager.cs
- SafeMILHandle.cs
- ImageIndexEditor.cs
- Visitors.cs
- PluralizationService.cs
- UpdateProgress.cs
- Literal.cs
- DataFieldCollectionEditor.cs
- HtmlDocument.cs
- formatter.cs
- MinimizableAttributeTypeConverter.cs
- ConfigXmlText.cs
- OleDbPermission.cs
- Stopwatch.cs
- InteropAutomationProvider.cs
- CodeFieldReferenceExpression.cs
- EntityCommand.cs
- ControlIdConverter.cs
- Vector3DCollection.cs
- TaskExceptionHolder.cs
- Opcode.cs
- GPStream.cs
- DirectoryObjectSecurity.cs
- GeometryValueSerializer.cs
- TextViewSelectionProcessor.cs
- ParameterToken.cs
- HebrewCalendar.cs
- DescriptionAttribute.cs
- COM2ColorConverter.cs
- TrackingValidationObjectDictionary.cs
- ContourSegment.cs
- SeekStoryboard.cs
- ProgressBarBrushConverter.cs
- TrustLevel.cs
- XmlSerializerNamespaces.cs
- WebEventTraceProvider.cs
- mansign.cs
- LockRecursionException.cs
- LassoSelectionBehavior.cs
- SequentialOutput.cs
- SuppressedPackageProperties.cs
- TypeCodeDomSerializer.cs
- MemberAccessException.cs
- LayoutExceptionEventArgs.cs
- QuadraticBezierSegment.cs
- EndpointDesigner.cs
- RequestCachingSection.cs
- MenuItemStyleCollection.cs
- DocumentReferenceCollection.cs
- SingleStorage.cs
- ParameterToken.cs
- XmlAttributeProperties.cs
- KnownColorTable.cs
- ItemType.cs
- CompilationUtil.cs
- TextRunTypographyProperties.cs
- SqlException.cs
- ListViewItemMouseHoverEvent.cs
- DrawListViewSubItemEventArgs.cs
- InfoCardArgumentException.cs
- IPEndPoint.cs
- RadioButton.cs
- GridViewHeaderRowPresenter.cs