Code:
/ FX-1434 / FX-1434 / 1.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
- ActivityInstanceReference.cs
- DateTimeUtil.cs
- IDictionary.cs
- IUnknownConstantAttribute.cs
- CreateUserErrorEventArgs.cs
- X509CertificateValidationMode.cs
- DataControlImageButton.cs
- EnvelopedPkcs7.cs
- SoundPlayerAction.cs
- ControlBindingsCollection.cs
- CharEntityEncoderFallback.cs
- DateTimeValueSerializerContext.cs
- XamlVector3DCollectionSerializer.cs
- AssemblyAttributesGoHere.cs
- HttpProfileBase.cs
- RuntimeConfig.cs
- __Filters.cs
- ReferentialConstraintRoleElement.cs
- serverconfig.cs
- DecoderReplacementFallback.cs
- ToolStripCodeDomSerializer.cs
- XmlDataSourceNodeDescriptor.cs
- BuilderElements.cs
- MetafileHeader.cs
- ComponentEvent.cs
- MediaSystem.cs
- ServiceModelActivationSectionGroup.cs
- FormClosingEvent.cs
- ChannelManager.cs
- SignedPkcs7.cs
- diagnosticsswitches.cs
- XamlSerializer.cs
- TimeSpanValidator.cs
- FreeIndexList.cs
- PingReply.cs
- WebServiceParameterData.cs
- NumericUpDownAccelerationCollection.cs
- LinqDataSourceStatusEventArgs.cs
- shaperfactoryquerycachekey.cs
- SqlVersion.cs
- BitmapEffectvisualstate.cs
- DataGridViewCellLinkedList.cs
- IdentifierCollection.cs
- ContainerSelectorActiveEvent.cs
- WebServiceTypeData.cs
- GridViewEditEventArgs.cs
- WebConfigurationFileMap.cs
- StateBag.cs
- MetafileHeader.cs
- DataViewListener.cs
- ExceptionHandlersDesigner.cs
- ExcludePathInfo.cs
- CellLabel.cs
- CodeEventReferenceExpression.cs
- TranslateTransform.cs
- ReadOnlyDictionary.cs
- WebProxyScriptElement.cs
- HtmlPhoneCallAdapter.cs
- GlyphRun.cs
- SuppressIldasmAttribute.cs
- PeerTransportElement.cs
- SoapElementAttribute.cs
- Pen.cs
- TailPinnedEventArgs.cs
- PageHandlerFactory.cs
- StickyNoteAnnotations.cs
- SecurityException.cs
- BindingGroup.cs
- StrokeNodeOperations.cs
- ItemCheckedEvent.cs
- SecurityAccessDeniedException.cs
- CultureMapper.cs
- DataBoundControlHelper.cs
- BitmapInitialize.cs
- ResumeStoryboard.cs
- SignedXml.cs
- ProfileSettingsCollection.cs
- RegexMatch.cs
- EntityAdapter.cs
- StylusPoint.cs
- EmptyEnumerator.cs
- HttpCachePolicyBase.cs
- IOException.cs
- RefreshPropertiesAttribute.cs
- latinshape.cs
- LeftCellWrapper.cs
- TransformerInfoCollection.cs
- XamlFigureLengthSerializer.cs
- UIElement3DAutomationPeer.cs
- SamlDelegatingWriter.cs
- Exception.cs
- EntityDataSourceMemberPath.cs
- GradientStopCollection.cs
- ByteStorage.cs
- TextServicesProperty.cs
- Coordinator.cs
- CheckBox.cs
- ComponentChangedEvent.cs
- CounterCreationData.cs
- OLEDB_Enum.cs