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
- AssemblyAttributesGoHere.cs
- WizardStepBase.cs
- PropertyExpression.cs
- UpdatePanel.cs
- XmlSchemaSimpleTypeList.cs
- FileSystemEventArgs.cs
- SerializationException.cs
- WebPartChrome.cs
- SqlClientFactory.cs
- SourceLineInfo.cs
- PropertyStore.cs
- WebReference.cs
- EventEntry.cs
- control.ime.cs
- DataErrorValidationRule.cs
- RequestCacheManager.cs
- Timer.cs
- HierarchicalDataBoundControlAdapter.cs
- FileLoadException.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- PocoPropertyAccessorStrategy.cs
- Mutex.cs
- Convert.cs
- X509Utils.cs
- PropertyGeneratedEventArgs.cs
- ClassHandlersStore.cs
- EpmSourceTree.cs
- MultiTrigger.cs
- HostExecutionContextManager.cs
- ExpressionBindings.cs
- ImageConverter.cs
- SmtpNetworkElement.cs
- CompressionTransform.cs
- WindowsScrollBarBits.cs
- EnterpriseServicesHelper.cs
- NativeMethods.cs
- Rotation3D.cs
- Pts.cs
- PreApplicationStartMethodAttribute.cs
- COM2IDispatchConverter.cs
- HttpRequest.cs
- EmissiveMaterial.cs
- DataKey.cs
- ObjectResult.cs
- StagingAreaInputItem.cs
- HttpCookie.cs
- Point3DCollectionConverter.cs
- DataExpression.cs
- RelatedPropertyManager.cs
- SkewTransform.cs
- DataBindingValueUIHandler.cs
- DBNull.cs
- GenericPrincipal.cs
- PassportAuthenticationModule.cs
- XLinq.cs
- DetailsViewCommandEventArgs.cs
- SafeSecurityHandles.cs
- ConfigurationValidatorAttribute.cs
- DoubleLinkListEnumerator.cs
- Vertex.cs
- HMACSHA384.cs
- GridViewUpdatedEventArgs.cs
- Activity.cs
- ConfigurationUtility.cs
- Pts.cs
- SecurityCookieModeValidator.cs
- XmlObjectSerializer.cs
- AuthenticationSection.cs
- ServiceKnownTypeAttribute.cs
- BinaryFormatterWriter.cs
- EntitySqlQueryCacheKey.cs
- TypeToken.cs
- RegexCharClass.cs
- StickyNoteContentControl.cs
- PathFigure.cs
- GridViewColumnHeaderAutomationPeer.cs
- ContentElementCollection.cs
- DataGridAutoFormatDialog.cs
- DrawListViewColumnHeaderEventArgs.cs
- MarkupObject.cs
- GridViewRowEventArgs.cs
- CodeSubDirectoriesCollection.cs
- BinaryUtilClasses.cs
- WebPartManager.cs
- UpdateCompiler.cs
- ForeignKeyConstraint.cs
- IndexedEnumerable.cs
- StrictModeSecurityHeaderElementInferenceEngine.cs
- BaseAutoFormat.cs
- SoapCommonClasses.cs
- KeysConverter.cs
- LogLogRecordEnumerator.cs
- DateTimeOffsetAdapter.cs
- ListViewTableRow.cs
- BaseCodeDomTreeGenerator.cs
- Queue.cs
- ParameterModifier.cs
- Decorator.cs
- ComplexPropertyEntry.cs
- Image.cs