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
- Preprocessor.cs
- BitConverter.cs
- GlobalizationSection.cs
- PropertyGridCommands.cs
- DesignTimeVisibleAttribute.cs
- TemplatePartAttribute.cs
- DataColumnMapping.cs
- TableLayoutColumnStyleCollection.cs
- GenericEnumConverter.cs
- CacheEntry.cs
- ZipPackagePart.cs
- VectorConverter.cs
- ApplicationManager.cs
- TraceUtility.cs
- XmlILIndex.cs
- TypeElementCollection.cs
- ButtonAutomationPeer.cs
- DefaultPrintController.cs
- XmlQueryOutput.cs
- BamlVersionHeader.cs
- HttpRequestWrapper.cs
- UpdateCommand.cs
- ExceptionHandlerDesigner.cs
- DnsPermission.cs
- KnownTypesHelper.cs
- serverconfig.cs
- NotFiniteNumberException.cs
- DataGridViewCheckBoxColumn.cs
- NativeMethods.cs
- ColumnMapCopier.cs
- ProtocolsConfigurationEntry.cs
- ButtonBase.cs
- SimpleHandlerFactory.cs
- Style.cs
- TableCellAutomationPeer.cs
- StructureChangedEventArgs.cs
- WindowProviderWrapper.cs
- GridViewUpdateEventArgs.cs
- CellQuery.cs
- HtmlAnchor.cs
- XmlWriter.cs
- EraserBehavior.cs
- printdlgexmarshaler.cs
- DataError.cs
- DataGridCell.cs
- ObjectReaderCompiler.cs
- SvcMapFileSerializer.cs
- MaskDescriptor.cs
- ValueOfAction.cs
- InputQueueChannelAcceptor.cs
- ProjectionPathBuilder.cs
- FixedSOMTableRow.cs
- SplayTreeNode.cs
- Clock.cs
- CommandLineParser.cs
- Int32Collection.cs
- ListBindableAttribute.cs
- PolicyAssertionCollection.cs
- HandledMouseEvent.cs
- WebPartVerb.cs
- XdrBuilder.cs
- SqlCharStream.cs
- ExpressionEditorAttribute.cs
- ContentIterators.cs
- SafeHandles.cs
- CatalogPart.cs
- latinshape.cs
- CodeThrowExceptionStatement.cs
- RtfToXamlLexer.cs
- WinOEToolBoxItem.cs
- RadialGradientBrush.cs
- FixedTextContainer.cs
- AuthenticatedStream.cs
- SessionStateItemCollection.cs
- AuthenticationService.cs
- QueryCursorEventArgs.cs
- Message.cs
- FormatVersion.cs
- Attribute.cs
- SqlBulkCopy.cs
- CharEntityEncoderFallback.cs
- SqlBulkCopyColumnMapping.cs
- ColumnProvider.cs
- XmlSubtreeReader.cs
- WebEvents.cs
- UIElement3DAutomationPeer.cs
- CodeDomConfigurationHandler.cs
- BaseValidator.cs
- StrokeDescriptor.cs
- Run.cs
- dtdvalidator.cs
- CacheDependency.cs
- ExitEventArgs.cs
- CodeTypeConstructor.cs
- DataGridViewComboBoxEditingControl.cs
- RowToParametersTransformer.cs
- DataGridViewAdvancedBorderStyle.cs
- SerializationException.cs
- DrawingGroupDrawingContext.cs
- DataBoundControl.cs