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
- objectquery_tresulttype.cs
- GetPageCompletedEventArgs.cs
- ListMarkerLine.cs
- ServiceThrottle.cs
- PersonalizationDictionary.cs
- VisualBasicValue.cs
- XmlNamespaceManager.cs
- Deflater.cs
- VSWCFServiceContractGenerator.cs
- SessionSwitchEventArgs.cs
- SqlClientFactory.cs
- objectquery_tresulttype.cs
- DynamicValueConverter.cs
- UTF8Encoding.cs
- RouteItem.cs
- UriParserTemplates.cs
- FlowDocumentPageViewerAutomationPeer.cs
- BinaryConverter.cs
- PolicyLevel.cs
- InfoCardArgumentException.cs
- InstanceView.cs
- ExpressionBinding.cs
- DesignerTransaction.cs
- Control.cs
- TimeEnumHelper.cs
- ContextInformation.cs
- AssemblyAttributesGoHere.cs
- RuntimeHandles.cs
- BinaryReader.cs
- BevelBitmapEffect.cs
- Unit.cs
- TableRow.cs
- DataViewSettingCollection.cs
- ServiceEndpointElement.cs
- QilNode.cs
- ProfileManager.cs
- XmlCountingReader.cs
- IriParsingElement.cs
- SafeNativeMethods.cs
- Profiler.cs
- WebDescriptionAttribute.cs
- ServiceNotStartedException.cs
- ImportContext.cs
- ButtonStandardAdapter.cs
- ColorConverter.cs
- AnonymousIdentificationModule.cs
- SQlBooleanStorage.cs
- Itemizer.cs
- ControlPropertyNameConverter.cs
- GradientStopCollection.cs
- EventLogEntryCollection.cs
- MasterPage.cs
- ISAPIWorkerRequest.cs
- TextEditorTables.cs
- StyleXamlTreeBuilder.cs
- ColumnResizeAdorner.cs
- ResolveCriteria11.cs
- ViewCellRelation.cs
- Pts.cs
- SliderAutomationPeer.cs
- X509Certificate2Collection.cs
- BindingExpressionUncommonField.cs
- SelectionPattern.cs
- ConfigurationException.cs
- MetafileHeader.cs
- ViewCellSlot.cs
- FlowLayout.cs
- DependencyObject.cs
- NavigationPropertyEmitter.cs
- AlignmentXValidation.cs
- ProcessHostFactoryHelper.cs
- SingleStorage.cs
- ConfigsHelper.cs
- ToolStripOverflow.cs
- TokenBasedSetEnumerator.cs
- TextLineBreak.cs
- TreeViewEvent.cs
- ZoneButton.cs
- InternalResources.cs
- DefaultAssemblyResolver.cs
- XmlDataSourceNodeDescriptor.cs
- ReadWriteSpinLock.cs
- SmtpMail.cs
- TextServicesManager.cs
- FacetEnabledSchemaElement.cs
- DescendentsWalkerBase.cs
- EntityDataSourceChangedEventArgs.cs
- ModelItemExtensions.cs
- KnownBoxes.cs
- TableParagraph.cs
- GridProviderWrapper.cs
- MaterializeFromAtom.cs
- ContextMenuStrip.cs
- Utils.cs
- Converter.cs
- storepermissionattribute.cs
- PrePostDescendentsWalker.cs
- Decoder.cs
- Encoding.cs
- XmlSerializationReader.cs