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
- TrackingProfile.cs
- EventSetterHandlerConverter.cs
- PageOutputQuality.cs
- BitmapEffectInputData.cs
- SecurityTokenSerializer.cs
- PrintPreviewDialog.cs
- TextRangeAdaptor.cs
- XPathSingletonIterator.cs
- NotifyCollectionChangedEventArgs.cs
- ColorMap.cs
- MultipleViewPattern.cs
- ClassValidator.cs
- ParameterCollection.cs
- ValidationError.cs
- QuadraticEase.cs
- XsltCompileContext.cs
- BevelBitmapEffect.cs
- FileCodeGroup.cs
- Int64Animation.cs
- ArglessEventHandlerProxy.cs
- MissingMethodException.cs
- HMACSHA256.cs
- SegmentInfo.cs
- BindingBase.cs
- AssemblyCollection.cs
- TreeNodeBinding.cs
- OdbcError.cs
- ActivityExecutorDelegateInfo.cs
- EntityFunctions.cs
- TargetControlTypeAttribute.cs
- PlatformNotSupportedException.cs
- ErrorFormatter.cs
- ConstructorNeedsTagAttribute.cs
- TextRenderer.cs
- PointAnimationClockResource.cs
- ToolBarButtonClickEvent.cs
- TCEAdapterGenerator.cs
- GridItemPatternIdentifiers.cs
- ScrollEventArgs.cs
- ReflectionPermission.cs
- AccessibleObject.cs
- SerializableAttribute.cs
- ServiceSecurityContext.cs
- UncommonField.cs
- WindowsListViewGroupHelper.cs
- TraversalRequest.cs
- XmlWhitespace.cs
- TablePattern.cs
- DataGridViewTextBoxEditingControl.cs
- DecoderExceptionFallback.cs
- InertiaTranslationBehavior.cs
- InteropAutomationProvider.cs
- UnknownBitmapEncoder.cs
- CodeTypeOfExpression.cs
- RenderData.cs
- VersionValidator.cs
- OutputScope.cs
- StyleCollection.cs
- WindowsServiceCredential.cs
- InputGestureCollection.cs
- CapiSymmetricAlgorithm.cs
- PropertyGridEditorPart.cs
- DispatcherHookEventArgs.cs
- hresults.cs
- DataGridItemAutomationPeer.cs
- SqlUtils.cs
- ReadContentAsBinaryHelper.cs
- PtsPage.cs
- SchemaElement.cs
- GradientSpreadMethodValidation.cs
- CharKeyFrameCollection.cs
- ToolStripPanelRenderEventArgs.cs
- ellipse.cs
- WorkBatch.cs
- PkcsUtils.cs
- EdmConstants.cs
- WsatAdminException.cs
- WindowsTokenRoleProvider.cs
- HelloMessageCD1.cs
- Invariant.cs
- Mutex.cs
- HtmlMeta.cs
- QualificationDataItem.cs
- IBuiltInEvidence.cs
- SmtpException.cs
- NameValueFileSectionHandler.cs
- Int64KeyFrameCollection.cs
- BindStream.cs
- RelatedImageListAttribute.cs
- Bookmark.cs
- MissingFieldException.cs
- WindowsTokenRoleProvider.cs
- InputReport.cs
- OperationContractGenerationContext.cs
- OracleConnectionStringBuilder.cs
- DataGridViewCellConverter.cs
- ContractCodeDomInfo.cs
- EntityWrapper.cs
- DependencySource.cs
- NumericExpr.cs