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;
}
///
/// Gets the index of the selected row to be displayed in the .
/// This property is read-only.
///
public int NewSelectedIndex {
get {
return _newSelectedIndex;
}
set {
_newSelectedIndex = value;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Pair.cs
- SystemWebCachingSectionGroup.cs
- SoapServerMessage.cs
- StrokeNodeData.cs
- QuinticEase.cs
- TextElementAutomationPeer.cs
- EnumMemberAttribute.cs
- NameScopePropertyAttribute.cs
- PhysicalAddress.cs
- TrackingParameters.cs
- TraceListener.cs
- IDReferencePropertyAttribute.cs
- GeneralTransform3DGroup.cs
- DataServiceExpressionVisitor.cs
- StylusPointCollection.cs
- WebPartConnectionsEventArgs.cs
- StreamMarshaler.cs
- NamespaceCollection.cs
- QuaternionAnimation.cs
- SqlXmlStorage.cs
- Int64Storage.cs
- KeyMatchBuilder.cs
- DataGridCommandEventArgs.cs
- RoutedUICommand.cs
- DataRecordObjectView.cs
- TreeView.cs
- FrameworkElement.cs
- BroadcastEventHelper.cs
- DataTemplateSelector.cs
- ApplicationSecurityInfo.cs
- SignatureDescription.cs
- MetaForeignKeyColumn.cs
- Perspective.cs
- pingexception.cs
- EntitySqlQueryCacheEntry.cs
- DataSourceSelectArguments.cs
- TypeDescriptionProviderAttribute.cs
- RegexCharClass.cs
- MethodBuilder.cs
- Base64Stream.cs
- TextDocumentView.cs
- coordinatorscratchpad.cs
- XmlSiteMapProvider.cs
- TemplateBindingExpression.cs
- SerializationException.cs
- ToolStripLabel.cs
- CngUIPolicy.cs
- DataErrorValidationRule.cs
- PrintPreviewControl.cs
- BasicExpandProvider.cs
- SmtpFailedRecipientException.cs
- CryptoApi.cs
- CodeTypeConstructor.cs
- TextWriter.cs
- CornerRadiusConverter.cs
- ListViewItemMouseHoverEvent.cs
- ButtonBase.cs
- Margins.cs
- ScriptControlManager.cs
- ColorConvertedBitmapExtension.cs
- IResourceProvider.cs
- DependencyPropertyConverter.cs
- ZipIOCentralDirectoryFileHeader.cs
- NetStream.cs
- SettingsSavedEventArgs.cs
- ReplacementText.cs
- Timeline.cs
- GeneratedCodeAttribute.cs
- _NegotiateClient.cs
- TypeReference.cs
- EntityDescriptor.cs
- ControlBuilderAttribute.cs
- FlowPosition.cs
- FactoryGenerator.cs
- ObjectDataSourceChooseMethodsPanel.cs
- EnumerableValidator.cs
- CodeDomConfigurationHandler.cs
- SiteMapNodeItem.cs
- ObjectPropertyMapping.cs
- XmlUtilWriter.cs
- DataGridViewBand.cs
- DataGridColumn.cs
- LongPath.cs
- ExtenderControl.cs
- DocumentXmlWriter.cs
- IncrementalReadDecoders.cs
- Label.cs
- SafeBitVector32.cs
- VariableExpressionConverter.cs
- TextElementCollectionHelper.cs
- MarkedHighlightComponent.cs
- FixedDSBuilder.cs
- CookieProtection.cs
- PasswordRecovery.cs
- DeploymentSection.cs
- NativeMethods.cs
- CompoundFileStreamReference.cs
- NullableIntMinMaxAggregationOperator.cs
- WebConfigurationHostFileChange.cs
- DataService.cs