Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / UI / WebControls / GridViewCommandEventArgs.cs / 1 / GridViewCommandEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class GridViewCommandEventArgs : CommandEventArgs { private GridViewRow _row; private object _commandSource; ///Provides data for some ///events. /// public GridViewCommandEventArgs(GridViewRow row, object commandSource, CommandEventArgs originalArgs) : base(originalArgs) { this._row = row; this._commandSource = commandSource; } ///Initializes a new instance of the ////// class. /// public GridViewCommandEventArgs(object commandSource, CommandEventArgs originalArgs) : base(originalArgs) { this._commandSource = commandSource; } ///Initializes a new instance of the ////// class. /// public object CommandSource { get { return _commandSource; } } ///Gets the source of the command. This property is read-only. ////// internal GridViewRow Row { get { return _row; } } } }Gets the row in the ///that was clicked. This property is read-only.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ComponentCollection.cs
- TypeGeneratedEventArgs.cs
- CommandEventArgs.cs
- NestedContainer.cs
- InputLanguageSource.cs
- ApplicationBuildProvider.cs
- ParseChildrenAsPropertiesAttribute.cs
- GeneralTransform2DTo3D.cs
- DefaultParameterValueAttribute.cs
- ApplicationSettingsBase.cs
- SamlAuthenticationClaimResource.cs
- EastAsianLunisolarCalendar.cs
- BuilderPropertyEntry.cs
- ConstraintEnumerator.cs
- SafeRightsManagementSessionHandle.cs
- SqlTransaction.cs
- DynamicValidatorEventArgs.cs
- ToolboxItemFilterAttribute.cs
- Renderer.cs
- FieldBuilder.cs
- FormsIdentity.cs
- X509ThumbprintKeyIdentifierClause.cs
- XXXInfos.cs
- X509Utils.cs
- DebuggerAttributes.cs
- SqlCacheDependency.cs
- DefaultCommandExtensionCallback.cs
- NamedElement.cs
- RetrieveVirtualItemEventArgs.cs
- ResourceContainer.cs
- RegisteredHiddenField.cs
- Screen.cs
- Point.cs
- DoubleLink.cs
- DiscoveryDocumentReference.cs
- XmlNamespaceMappingCollection.cs
- DesignerActionPropertyItem.cs
- DrawingVisualDrawingContext.cs
- IdentityNotMappedException.cs
- ContentPropertyAttribute.cs
- XLinq.cs
- SynchronizationContext.cs
- ContainerFilterService.cs
- LongValidator.cs
- XmlSchemaSimpleContentRestriction.cs
- MimeTypeMapper.cs
- StringUtil.cs
- GridPattern.cs
- StrokeNode.cs
- ToggleButtonAutomationPeer.cs
- AutomationElement.cs
- SortDescriptionCollection.cs
- GregorianCalendar.cs
- ProtocolsConfiguration.cs
- Crc32Helper.cs
- GraphicsPathIterator.cs
- LinqDataSourceHelper.cs
- DataControlImageButton.cs
- Char.cs
- FigureParagraph.cs
- Part.cs
- StreamProxy.cs
- Tracer.cs
- CommandEventArgs.cs
- RenderData.cs
- PathNode.cs
- DataObjectCopyingEventArgs.cs
- CacheRequest.cs
- WizardStepCollectionEditor.cs
- ArrayElementGridEntry.cs
- StickyNote.cs
- TraceHandler.cs
- WebPartTransformerCollection.cs
- PenThread.cs
- DataGridViewCellStyle.cs
- Multiply.cs
- PreparingEnlistment.cs
- ResourceProviderFactory.cs
- SQLInt32.cs
- DataGridColumnHeaderCollection.cs
- XmlDataLoader.cs
- DynamicDocumentPaginator.cs
- unitconverter.cs
- AssemblyNameProxy.cs
- DataGridViewCell.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- NotifyCollectionChangedEventArgs.cs
- FixedSOMFixedBlock.cs
- COM2IPerPropertyBrowsingHandler.cs
- ContainerVisual.cs
- WhereaboutsReader.cs
- IPHostEntry.cs
- BindingFormattingDialog.cs
- RemotingException.cs
- SizeConverter.cs
- PipeConnection.cs
- _CacheStreams.cs
- columnmapfactory.cs
- JsonEncodingStreamWrapper.cs
- UIntPtr.cs