Code:
/ DotNET / DotNET / 8.0 / untmp / Orcas / RTM / 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. // Copyright (c) Microsoft Corporation. All rights reserved.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
- AsyncContentLoadedEventArgs.cs
- VariableExpressionConverter.cs
- UnauthorizedWebPart.cs
- ITreeGenerator.cs
- AnimatedTypeHelpers.cs
- ScheduleChanges.cs
- SqlProviderServices.cs
- TreeViewCancelEvent.cs
- IDQuery.cs
- GraphicsContext.cs
- BulletChrome.cs
- TypeDependencyAttribute.cs
- TextBoxAutomationPeer.cs
- QilXmlWriter.cs
- OleDbRowUpdatedEvent.cs
- CodeSubDirectoriesCollection.cs
- ConstraintManager.cs
- EpmCustomContentSerializer.cs
- StringDictionaryCodeDomSerializer.cs
- WorkflowApplication.cs
- LinkLabelLinkClickedEvent.cs
- HandlerWithFactory.cs
- ViewEvent.cs
- FaultConverter.cs
- FieldAccessException.cs
- UMPAttributes.cs
- SiteMap.cs
- RemoteHelper.cs
- SkipQueryOptionExpression.cs
- Peer.cs
- PenContexts.cs
- UserControl.cs
- DependencyPropertyChangedEventArgs.cs
- CompModSwitches.cs
- BufferModeSettings.cs
- MailSettingsSection.cs
- WebConfigurationFileMap.cs
- SpeechSynthesizer.cs
- storepermission.cs
- Brushes.cs
- ProgressChangedEventArgs.cs
- ChameleonKey.cs
- SmtpNegotiateAuthenticationModule.cs
- CharConverter.cs
- EdmRelationshipNavigationPropertyAttribute.cs
- ObjectViewEntityCollectionData.cs
- BasePattern.cs
- ListViewPagedDataSource.cs
- DataGridViewImageColumn.cs
- RequestSecurityToken.cs
- COM2ExtendedTypeConverter.cs
- StyleModeStack.cs
- PageAsyncTask.cs
- PrimitiveType.cs
- DeploymentSection.cs
- BrushConverter.cs
- RelatedCurrencyManager.cs
- BrowserCapabilitiesFactory.cs
- ContractCodeDomInfo.cs
- PaintValueEventArgs.cs
- UIElement3D.cs
- WsdlParser.cs
- LifetimeServices.cs
- MulticastIPAddressInformationCollection.cs
- PackageStore.cs
- EventSinkHelperWriter.cs
- ContractCodeDomInfo.cs
- ParallelRangeManager.cs
- ColumnReorderedEventArgs.cs
- LinearQuaternionKeyFrame.cs
- ToolZone.cs
- TypeElementCollection.cs
- ListBase.cs
- CroppedBitmap.cs
- XmlDocumentType.cs
- FormParameter.cs
- AssemblyInfo.cs
- LifetimeManager.cs
- XPathScanner.cs
- SafeHandles.cs
- LinqTreeNodeEvaluator.cs
- WindowsImpersonationContext.cs
- Terminate.cs
- DefaultEventAttribute.cs
- CryptoStream.cs
- FormViewUpdatedEventArgs.cs
- ComPlusDiagnosticTraceRecords.cs
- DataControlHelper.cs
- ActionFrame.cs
- shaper.cs
- DataControlImageButton.cs
- CompositionCommandSet.cs
- ElementNotAvailableException.cs
- Attributes.cs
- MouseGesture.cs
- MenuItem.cs
- SqlDataReaderSmi.cs
- X509ChainPolicy.cs
- FieldNameLookup.cs
- ConvertEvent.cs