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
- TextBlock.cs
- CharacterMetrics.cs
- ModifyActivitiesPropertyDescriptor.cs
- FindCriteriaApril2005.cs
- ParserContext.cs
- GridViewColumnHeaderAutomationPeer.cs
- XPathChildIterator.cs
- SHA1Cng.cs
- ToolStripSeparator.cs
- ServiceBusyException.cs
- RemoteCryptoRsaServiceProvider.cs
- ExcludePathInfo.cs
- PointValueSerializer.cs
- LinqToSqlWrapper.cs
- FindCriteriaCD1.cs
- NativeMethods.cs
- RadioButton.cs
- SmtpNetworkElement.cs
- FileDialog_Vista.cs
- InstanceKeyNotReadyException.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- ViewLoader.cs
- DataListItemEventArgs.cs
- InstanceOwnerException.cs
- ConstructorExpr.cs
- HtmlElement.cs
- PersonalizationProvider.cs
- LinqDataSourceEditData.cs
- DataViewManager.cs
- WebPartVerb.cs
- InputScopeAttribute.cs
- LinearKeyFrames.cs
- DelimitedListTraceListener.cs
- MappingItemCollection.cs
- HMACMD5.cs
- PreviewKeyDownEventArgs.cs
- Enlistment.cs
- DataBindEngine.cs
- SupportingTokenBindingElement.cs
- UIElement.cs
- GenericsInstances.cs
- ComEventsInfo.cs
- MouseWheelEventArgs.cs
- SqlMethodCallConverter.cs
- SqlBuffer.cs
- ImageClickEventArgs.cs
- DataObjectCopyingEventArgs.cs
- ControlParameter.cs
- AppSettingsExpressionBuilder.cs
- _Rfc2616CacheValidators.cs
- shaperfactory.cs
- BitmapMetadata.cs
- XmlCharType.cs
- QueryExpression.cs
- TextEditor.cs
- EventHandlersStore.cs
- Viewport2DVisual3D.cs
- HttpsChannelFactory.cs
- ConnectionInterfaceCollection.cs
- CodeAccessPermission.cs
- FlowDocumentScrollViewer.cs
- UserNameSecurityTokenAuthenticator.cs
- Camera.cs
- InputLanguageProfileNotifySink.cs
- WhereaboutsReader.cs
- HideDisabledControlAdapter.cs
- JsonObjectDataContract.cs
- ServerReliableChannelBinder.cs
- EdmProviderManifest.cs
- SqlConnectionPoolProviderInfo.cs
- StatusBarItemAutomationPeer.cs
- RootBuilder.cs
- CachingHintValidation.cs
- ColorPalette.cs
- Propagator.cs
- ItemMap.cs
- XmlSchemaSimpleContentExtension.cs
- XmlSchemaSimpleTypeRestriction.cs
- ThrowHelper.cs
- XmlDataCollection.cs
- Composition.cs
- RotateTransform.cs
- BinaryObjectReader.cs
- _OSSOCK.cs
- WebPartCancelEventArgs.cs
- SocketException.cs
- Compilation.cs
- externdll.cs
- MergeFailedEvent.cs
- BaseConfigurationRecord.cs
- GenericTransactionFlowAttribute.cs
- MessageBodyDescription.cs
- CompilerParameters.cs
- ListControlConvertEventArgs.cs
- Stylus.cs
- SinglePhaseEnlistment.cs
- MetadataPropertyCollection.cs
- FormClosingEvent.cs
- AuthenticationConfig.cs
- PaintEvent.cs