Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / WebControls / ListViewSelectEventArgs.cs / 1305376 / ListViewSelectEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Collections.Specialized; using System.ComponentModel; namespace System.Web.UI.WebControls { 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
- SrgsRuleRef.cs
- HelloMessageApril2005.cs
- ControlCachePolicy.cs
- DataGridViewCellParsingEventArgs.cs
- HttpServerVarsCollection.cs
- UpdatePanel.cs
- FrameworkElement.cs
- DetailsViewRowCollection.cs
- ButtonBaseAutomationPeer.cs
- DataReceivedEventArgs.cs
- SerializationFieldInfo.cs
- NullEntityWrapper.cs
- PenThread.cs
- DockingAttribute.cs
- KeyValueSerializer.cs
- SqlNodeAnnotation.cs
- OutOfProcStateClientManager.cs
- SystemResourceKey.cs
- LayoutInformation.cs
- DebugView.cs
- RayHitTestParameters.cs
- ItemCollection.cs
- RootBuilder.cs
- ELinqQueryState.cs
- DownloadProgressEventArgs.cs
- TextRangeEditTables.cs
- KeyedCollection.cs
- ContentPlaceHolder.cs
- InstalledFontCollection.cs
- PowerStatus.cs
- MsmqSecureHashAlgorithm.cs
- localization.cs
- Encoder.cs
- LoginName.cs
- SelectionItemProviderWrapper.cs
- DrawingContext.cs
- ResourceExpressionBuilder.cs
- ObjectListDataBindEventArgs.cs
- SiteOfOriginContainer.cs
- IsolatedStoragePermission.cs
- Stack.cs
- TypeValidationEventArgs.cs
- TextBreakpoint.cs
- InheritanceAttribute.cs
- DataGridViewCellCollection.cs
- UIPropertyMetadata.cs
- HwndSourceKeyboardInputSite.cs
- httpapplicationstate.cs
- UrlEncodedParameterWriter.cs
- ArraySet.cs
- BamlLocalizer.cs
- VirtualPathUtility.cs
- externdll.cs
- AutoGeneratedFieldProperties.cs
- XsltCompileContext.cs
- GeneratedContractType.cs
- StrokeDescriptor.cs
- BounceEase.cs
- SoapInteropTypes.cs
- XmlElementList.cs
- NegotiateStream.cs
- SmtpLoginAuthenticationModule.cs
- MessageDecoder.cs
- SlotInfo.cs
- RIPEMD160Managed.cs
- ApplicationCommands.cs
- TimeSpanMinutesConverter.cs
- TableLayoutCellPaintEventArgs.cs
- ComponentResourceManager.cs
- AssemblyHash.cs
- ObjectNotFoundException.cs
- BitArray.cs
- TransactionManager.cs
- IndentedWriter.cs
- CodeNamespaceImport.cs
- LoginUtil.cs
- milexports.cs
- _SafeNetHandles.cs
- DataKey.cs
- TimelineClockCollection.cs
- HashRepartitionStream.cs
- QilReplaceVisitor.cs
- DialogWindow.cs
- MemberAccessException.cs
- QueueProcessor.cs
- CssTextWriter.cs
- StringConcat.cs
- Switch.cs
- XsdDateTime.cs
- SvcMapFile.cs
- WMICapabilities.cs
- AnimationStorage.cs
- PropertyInfo.cs
- BitmapSourceSafeMILHandle.cs
- WizardPanelChangingEventArgs.cs
- MimeBasePart.cs
- ModelPerspective.cs
- SafeCertificateContext.cs
- XmlSchemaAny.cs
- InputProcessorProfilesLoader.cs