Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- DecoderFallbackWithFailureFlag.cs
- EntityDataSourceMemberPath.cs
- BitmapEffectGroup.cs
- MimeMapping.cs
- RectAnimationClockResource.cs
- SqlXml.cs
- FlowPosition.cs
- MethodBody.cs
- SectionUpdates.cs
- BindingExpression.cs
- BindableTemplateBuilder.cs
- GroupQuery.cs
- Validator.cs
- ScrollProperties.cs
- SafeProcessHandle.cs
- WebResponse.cs
- Message.cs
- BinaryParser.cs
- UnsafeNativeMethods.cs
- BulletChrome.cs
- AppDomainAttributes.cs
- FrameworkRichTextComposition.cs
- WebPartManager.cs
- SmtpFailedRecipientException.cs
- SharedUtils.cs
- CommandValueSerializer.cs
- prompt.cs
- BaseDataListActionList.cs
- CodeSnippetTypeMember.cs
- HostedBindingBehavior.cs
- FontInfo.cs
- FormViewUpdateEventArgs.cs
- AddInToken.cs
- DropShadowBitmapEffect.cs
- WebContext.cs
- XDRSchema.cs
- TraceContext.cs
- RSAProtectedConfigurationProvider.cs
- StatusBarPanelClickEvent.cs
- EntityDataSourceDataSelection.cs
- DrawingContextDrawingContextWalker.cs
- CharStorage.cs
- CompositeFontFamily.cs
- FontInfo.cs
- FragmentNavigationEventArgs.cs
- MarshalByRefObject.cs
- InstanceDescriptor.cs
- DBNull.cs
- ScrollBarRenderer.cs
- TypeViewSchema.cs
- TableLayoutSettingsTypeConverter.cs
- TouchesCapturedWithinProperty.cs
- SymbolTable.cs
- indexingfiltermarshaler.cs
- ModelEditingScope.cs
- Random.cs
- Soap12ServerProtocol.cs
- HttpRuntime.cs
- Compiler.cs
- XamlVector3DCollectionSerializer.cs
- XmlSerializerObjectSerializer.cs
- BCryptSafeHandles.cs
- Vector3DConverter.cs
- ColorConvertedBitmap.cs
- SurrogateSelector.cs
- GridViewPageEventArgs.cs
- AssemblyInfo.cs
- SoapInteropTypes.cs
- TextTrailingWordEllipsis.cs
- ZipIOExtraFieldPaddingElement.cs
- XAMLParseException.cs
- WsdlBuildProvider.cs
- DefinitionUpdate.cs
- ColorMap.cs
- GeometryHitTestResult.cs
- InteropAutomationProvider.cs
- XPathLexer.cs
- NameValueSectionHandler.cs
- UnmanagedMemoryStreamWrapper.cs
- XmlQueryType.cs
- Mapping.cs
- ScriptComponentDescriptor.cs
- AssemblyName.cs
- SqlAggregateChecker.cs
- HostingEnvironmentSection.cs
- XsltOutput.cs
- BackStopAuthenticationModule.cs
- MetadataItemCollectionFactory.cs
- WebDisplayNameAttribute.cs
- XmlSchemaCompilationSettings.cs
- HttpListener.cs
- LinkConverter.cs
- ELinqQueryState.cs
- Rijndael.cs
- WindowsAuthenticationModule.cs
- DiscoveryUtility.cs
- GestureRecognizer.cs
- AnnotationObservableCollection.cs
- PointAnimationBase.cs
- WindowsListViewItemCheckBox.cs