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
- GridEntry.cs
- XamlFrame.cs
- DataGridColumn.cs
- WebPartVerbCollection.cs
- NullableFloatMinMaxAggregationOperator.cs
- Opcode.cs
- SectionInformation.cs
- ListBindableAttribute.cs
- FormViewInsertedEventArgs.cs
- StringArrayEditor.cs
- ErrorTableItemStyle.cs
- ResXResourceReader.cs
- Interop.cs
- ContentValidator.cs
- XamlSerializationHelper.cs
- XPathDocumentIterator.cs
- CapacityStreamGeometryContext.cs
- TypeSystemHelpers.cs
- HitTestResult.cs
- SystemIcmpV4Statistics.cs
- EmptyStringExpandableObjectConverter.cs
- BitmapEffectCollection.cs
- SemaphoreSecurity.cs
- BaseValidator.cs
- GridViewCancelEditEventArgs.cs
- InkCanvasFeedbackAdorner.cs
- ServiceDescriptionReflector.cs
- ConstructorNeedsTagAttribute.cs
- SqlTypesSchemaImporter.cs
- Line.cs
- bidPrivateBase.cs
- prompt.cs
- HtmlInputButton.cs
- Control.cs
- MethodBuilder.cs
- IPAddress.cs
- SqlBulkCopyColumnMappingCollection.cs
- SignedXml.cs
- EndpointIdentityConverter.cs
- UInt32Storage.cs
- Variable.cs
- ControlCollection.cs
- InputProviderSite.cs
- ArgumentNullException.cs
- EventData.cs
- SplitterPanel.cs
- LineMetrics.cs
- SapiRecognizer.cs
- StringResourceManager.cs
- SelectorAutomationPeer.cs
- TagMapCollection.cs
- SchemaCollectionPreprocessor.cs
- XmlSchemaSimpleContentExtension.cs
- BindingList.cs
- SpellCheck.cs
- ContentPlaceHolder.cs
- DesigntimeLicenseContext.cs
- SR.Designer.cs
- CardSpaceSelector.cs
- _SpnDictionary.cs
- BaseDataList.cs
- Italic.cs
- ChannelSinkStacks.cs
- DataGridViewCellStyleChangedEventArgs.cs
- PairComparer.cs
- HttpServerChannel.cs
- DataGridViewCellStateChangedEventArgs.cs
- ReadOnlyDataSource.cs
- EdmSchemaAttribute.cs
- SerializationTrace.cs
- PeerToPeerException.cs
- CompatibleIComparer.cs
- StreamedFramingRequestChannel.cs
- WizardStepBase.cs
- XsltConvert.cs
- cryptoapiTransform.cs
- TypeValidationEventArgs.cs
- GregorianCalendar.cs
- DateTimeSerializationSection.cs
- HttpServerUtilityWrapper.cs
- TemplateColumn.cs
- InlineUIContainer.cs
- NetworkInformationPermission.cs
- Codec.cs
- OrderedDictionary.cs
- WebControlParameterProxy.cs
- AuthStoreRoleProvider.cs
- ProfileService.cs
- ApplicationInterop.cs
- URLAttribute.cs
- X509InitiatorCertificateServiceElement.cs
- unitconverter.cs
- HMACMD5.cs
- SplineKeyFrames.cs
- DbProviderSpecificTypePropertyAttribute.cs
- XPathDescendantIterator.cs
- Internal.cs
- SapiRecoInterop.cs
- MinMaxParagraphWidth.cs
- ConnectorSelectionGlyph.cs