Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / xsp / System / Web / UI / WebControls / GridViewSelectEventArgs.cs / 1 / GridViewSelectEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.ComponentModel; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class GridViewSelectEventArgs : CancelEventArgs { private int _newSelectedIndex; ///Provides data for /// the ////// event. /// public GridViewSelectEventArgs(int newSelectedIndex) { this._newSelectedIndex = newSelectedIndex; } ///Initializes a new instance of the ///class. /// 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. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.ComponentModel; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class GridViewSelectEventArgs : CancelEventArgs { private int _newSelectedIndex; ///Provides data for /// the ////// event. /// public GridViewSelectEventArgs(int newSelectedIndex) { this._newSelectedIndex = newSelectedIndex; } ///Initializes a new instance of the ///class. /// 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
- JapaneseLunisolarCalendar.cs
- basevalidator.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- FixedPageStructure.cs
- ArrangedElementCollection.cs
- ListItemsCollectionEditor.cs
- RuleConditionDialog.cs
- TypeSemantics.cs
- IsolatedStoragePermission.cs
- FontDifferentiator.cs
- ColorTransformHelper.cs
- ColumnWidthChangedEvent.cs
- ScaleTransform3D.cs
- ProxyAttribute.cs
- DataViewManagerListItemTypeDescriptor.cs
- SemanticResolver.cs
- SqlErrorCollection.cs
- GcSettings.cs
- StorageTypeMapping.cs
- MarshalByRefObject.cs
- XslException.cs
- ResourceKey.cs
- XmlStringTable.cs
- ToolStripSeparator.cs
- Message.cs
- CustomAttribute.cs
- _Win32.cs
- BasicViewGenerator.cs
- HtmlTitle.cs
- FlowDocumentScrollViewer.cs
- PropertyChangedEventManager.cs
- QilBinary.cs
- CompModHelpers.cs
- ClientSideProviderDescription.cs
- SafeLocalAllocation.cs
- MediaScriptCommandRoutedEventArgs.cs
- TableLayoutPanelCodeDomSerializer.cs
- SoapExtension.cs
- CellTreeNode.cs
- InvokePattern.cs
- InvalidComObjectException.cs
- DSACryptoServiceProvider.cs
- DbConnectionPoolOptions.cs
- OdbcEnvironment.cs
- BindUriHelper.cs
- Vector3D.cs
- HttpBindingExtension.cs
- WorkflowPersistenceService.cs
- ThreadStateException.cs
- SafeHandle.cs
- CommonDialog.cs
- Intellisense.cs
- XmlLanguageConverter.cs
- TopClause.cs
- FilterException.cs
- DurationConverter.cs
- FormsAuthenticationModule.cs
- ClientCultureInfo.cs
- PathSegmentCollection.cs
- GenericArgumentsUpdater.cs
- StaticFileHandler.cs
- FormCollection.cs
- RuntimeEnvironment.cs
- HitTestWithGeometryDrawingContextWalker.cs
- LayoutInformation.cs
- ZipPackage.cs
- StyleBamlTreeBuilder.cs
- XmlTextAttribute.cs
- MimeMultiPart.cs
- ToolboxCategory.cs
- IsolatedStoragePermission.cs
- ProcessManager.cs
- control.ime.cs
- WebPartCollection.cs
- SchemaMerger.cs
- TargetException.cs
- Rect3DValueSerializer.cs
- SourceFilter.cs
- TargetControlTypeCache.cs
- BuilderPropertyEntry.cs
- HttpClientCertificate.cs
- FixedSOMTextRun.cs
- DriveInfo.cs
- CharEntityEncoderFallback.cs
- ArraySubsetEnumerator.cs
- Collection.cs
- Rotation3D.cs
- _BaseOverlappedAsyncResult.cs
- HtmlTableRow.cs
- UnSafeCharBuffer.cs
- XmlSchemaObjectTable.cs
- Int64Animation.cs
- TrackingProvider.cs
- List.cs
- CodeAccessPermission.cs
- JavaScriptObjectDeserializer.cs
- WindowsSolidBrush.cs
- MSHTMLHost.cs
- EdmItemError.cs
- EnvironmentPermission.cs