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
- SessionStateSection.cs
- Span.cs
- WebPartConnectionsCancelVerb.cs
- ScrollProviderWrapper.cs
- PatternMatcher.cs
- XmlTextReader.cs
- ContactManager.cs
- MatchingStyle.cs
- LogReservationCollection.cs
- DbQueryCommandTree.cs
- ObjectDisposedException.cs
- NetworkStream.cs
- QueryProcessor.cs
- ResolvedKeyFrameEntry.cs
- InternalPermissions.cs
- PeerUnsafeNativeMethods.cs
- ProcessHostServerConfig.cs
- InteropBitmapSource.cs
- SafeHandle.cs
- DataSvcMapFile.cs
- _CookieModule.cs
- HandledEventArgs.cs
- EDesignUtil.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- LockedAssemblyCache.cs
- PropertyMapper.cs
- Misc.cs
- TextServicesManager.cs
- HttpCachePolicy.cs
- Visual3D.cs
- SafePEFileHandle.cs
- FixedDocumentPaginator.cs
- NullReferenceException.cs
- DiscoveryServerProtocol.cs
- WebPartManagerInternals.cs
- AuthenticatingEventArgs.cs
- ButtonAutomationPeer.cs
- XmlSchemaDocumentation.cs
- Accessible.cs
- SerializerProvider.cs
- WebEventTraceProvider.cs
- CodePageUtils.cs
- FilterableData.cs
- HitTestDrawingContextWalker.cs
- DrawListViewItemEventArgs.cs
- sqlinternaltransaction.cs
- XomlCompilerError.cs
- ProgressBarHighlightConverter.cs
- GroupByExpressionRewriter.cs
- CompilerInfo.cs
- CompilerCollection.cs
- CollectionType.cs
- DBSqlParserColumnCollection.cs
- GlyphRunDrawing.cs
- AutoGeneratedField.cs
- UpdateRecord.cs
- X509Chain.cs
- FrameAutomationPeer.cs
- SqlNamer.cs
- ReliabilityContractAttribute.cs
- Win32.cs
- List.cs
- wgx_exports.cs
- WpfKnownMemberInvoker.cs
- NameValueCollection.cs
- COM2AboutBoxPropertyDescriptor.cs
- ActivityFunc.cs
- DropShadowBitmapEffect.cs
- ConfigurationElementProperty.cs
- TemplatedWizardStep.cs
- InputScope.cs
- TerminateWorkflow.cs
- ZipFileInfo.cs
- Root.cs
- ProtectedConfiguration.cs
- Panel.cs
- VBIdentifierDesigner.xaml.cs
- Label.cs
- Calendar.cs
- securitycriticaldataformultiplegetandset.cs
- JsonSerializer.cs
- XomlCompiler.cs
- ArgumentOutOfRangeException.cs
- AndCondition.cs
- ArraySegment.cs
- DropDownHolder.cs
- SQLInt16Storage.cs
- KeyInstance.cs
- TokenizerHelper.cs
- InputLanguage.cs
- OleDbEnumerator.cs
- HttpCookieCollection.cs
- SystemNetworkInterface.cs
- AnimationTimeline.cs
- ValidatingReaderNodeData.cs
- CompositeControl.cs
- CreateInstanceBinder.cs
- Permission.cs
- XmlDataImplementation.cs
- XpsInterleavingPolicy.cs