Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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. //------------------------------------------------------------------------------ //Gets the index of the selected row to be displayed in the ///. /// This property is read-only. // 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.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
- FacetDescriptionElement.cs
- CollectionViewSource.cs
- HtmlInputHidden.cs
- PointAnimationUsingPath.cs
- CodeExpressionCollection.cs
- HostedElements.cs
- DataReceivedEventArgs.cs
- TextWriter.cs
- DeviceContext2.cs
- SoapUnknownHeader.cs
- StylusPointPropertyInfo.cs
- HtmlInputImage.cs
- CompilerGlobalScopeAttribute.cs
- DesignerVerbCollection.cs
- VariableQuery.cs
- FocusChangedEventArgs.cs
- ObjectPropertyMapping.cs
- DynamicMetaObject.cs
- TemplateComponentConnector.cs
- CommandManager.cs
- RowVisual.cs
- EventDescriptor.cs
- DataSourceGroupCollection.cs
- ListItem.cs
- TypefaceMetricsCache.cs
- _ScatterGatherBuffers.cs
- SqlBooleanMismatchVisitor.cs
- PackageDigitalSignatureManager.cs
- ObjectIDGenerator.cs
- SafeBitVector32.cs
- XPathMultyIterator.cs
- BamlVersionHeader.cs
- CacheDependency.cs
- ProvidersHelper.cs
- UnsafeNativeMethods.cs
- ManagedFilter.cs
- HTMLTagNameToTypeMapper.cs
- AnnotationDocumentPaginator.cs
- PeerInvitationResponse.cs
- ScriptControlManager.cs
- OleDbConnection.cs
- XmlEnumAttribute.cs
- DelegateHelpers.cs
- ContentType.cs
- IsolatedStoragePermission.cs
- DefaultWorkflowSchedulerService.cs
- PresentationTraceSources.cs
- WebZone.cs
- ButtonFlatAdapter.cs
- ReferencedCollectionType.cs
- WebResponse.cs
- WindowsFormsSynchronizationContext.cs
- ISAPIApplicationHost.cs
- StaticContext.cs
- WarningException.cs
- PropertyTab.cs
- ModifierKeysConverter.cs
- RedistVersionInfo.cs
- WebBrowserSiteBase.cs
- LeafCellTreeNode.cs
- TextWriterTraceListener.cs
- TransformerInfo.cs
- AdornerDecorator.cs
- ScaleTransform.cs
- NumericUpDownAccelerationCollection.cs
- DbConnectionPoolIdentity.cs
- FrameAutomationPeer.cs
- AppSettingsReader.cs
- BridgeDataReader.cs
- BindingListCollectionView.cs
- ServiceContractListItemList.cs
- GeneratedContractType.cs
- OleDbPropertySetGuid.cs
- TrackBar.cs
- EventLogSession.cs
- PostBackOptions.cs
- serverconfig.cs
- TextEncodedRawTextWriter.cs
- AxHost.cs
- _emptywebproxy.cs
- Rotation3DAnimation.cs
- HitTestParameters.cs
- MemoryPressure.cs
- Table.cs
- SqlInternalConnectionSmi.cs
- EmptyCollection.cs
- ViewGenResults.cs
- WCFServiceClientProxyGenerator.cs
- SoapProcessingBehavior.cs
- CssTextWriter.cs
- NavigateUrlConverter.cs
- ResumeStoryboard.cs
- InvalidCastException.cs
- GenericTypeParameterBuilder.cs
- ListQueryResults.cs
- GZipStream.cs
- PipelineDeploymentState.cs
- OpenFileDialog.cs
- SelectionProcessor.cs
- IdentityManager.cs