Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- XamlRtfConverter.cs
- FacetChecker.cs
- BindingMAnagerBase.cs
- XmlSignificantWhitespace.cs
- ColorTranslator.cs
- DataGridLength.cs
- DropShadowEffect.cs
- DefaultSettingsSection.cs
- ThousandthOfEmRealPoints.cs
- EntityDataSourceStatementEditorForm.cs
- PrintControllerWithStatusDialog.cs
- AutomationElementCollection.cs
- ConfigXmlDocument.cs
- SerialPort.cs
- CodeStatementCollection.cs
- CompositeClientFormatter.cs
- CheckBoxPopupAdapter.cs
- _NtlmClient.cs
- WsatTransactionFormatter.cs
- DataTableMapping.cs
- QueryExpression.cs
- WizardStepBase.cs
- HtmlTableRow.cs
- WebPartEditVerb.cs
- QilInvokeLateBound.cs
- ServiceHttpModule.cs
- ConfigXmlText.cs
- EntityType.cs
- CurrentChangedEventManager.cs
- EdmPropertyAttribute.cs
- ItemCheckEvent.cs
- SAPIEngineTypes.cs
- ListenerPerfCounters.cs
- KnownTypesHelper.cs
- TextServicesContext.cs
- PersonalizablePropertyEntry.cs
- FlowLayout.cs
- SortFieldComparer.cs
- XamlTreeBuilder.cs
- SafeNativeMethods.cs
- ValidatorUtils.cs
- TraceHandlerErrorFormatter.cs
- wgx_render.cs
- CodeNamespaceImport.cs
- DataGridViewSortCompareEventArgs.cs
- IDataContractSurrogate.cs
- UIAgentAsyncParams.cs
- cryptoapiTransform.cs
- IncrementalReadDecoders.cs
- IncomingWebResponseContext.cs
- HuffModule.cs
- remotingproxy.cs
- ThumbAutomationPeer.cs
- ExpressionBuilder.cs
- PublisherIdentityPermission.cs
- VirtualizedContainerService.cs
- Int32CollectionValueSerializer.cs
- DataGridView.cs
- HandlerBase.cs
- SourceItem.cs
- IdentityNotMappedException.cs
- WindowsListViewItem.cs
- PageCatalogPart.cs
- CommonServiceBehaviorElement.cs
- XmlPreloadedResolver.cs
- CharKeyFrameCollection.cs
- ProcessThread.cs
- UInt64.cs
- RefreshPropertiesAttribute.cs
- PropertyDescriptor.cs
- StringDictionary.cs
- SchemaImporter.cs
- Rotation3D.cs
- PreviewPrintController.cs
- ProcessHostServerConfig.cs
- DomNameTable.cs
- SqlEnums.cs
- NullableFloatSumAggregationOperator.cs
- SymmetricSecurityProtocol.cs
- DropDownButton.cs
- ErrorTolerantObjectWriter.cs
- ListBoxItem.cs
- SoapClientProtocol.cs
- AttachedPropertyMethodSelector.cs
- AttachmentService.cs
- SchemaNamespaceManager.cs
- OdbcConnection.cs
- ContextMenuStripGroupCollection.cs
- SpeechDetectedEventArgs.cs
- NameTable.cs
- Helper.cs
- TypeExtensions.cs
- ProfileService.cs
- EFColumnProvider.cs
- NetNamedPipeBindingCollectionElement.cs
- EntitySqlQueryCacheEntry.cs
- BaseTemplateParser.cs
- SpecularMaterial.cs
- PeerNearMe.cs
- TraceProvider.cs