Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / UI / WebControls / DataGridCommandEventArgs.cs / 1 / DataGridCommandEventArgs.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 DataGridCommandEventArgs : CommandEventArgs { private DataGridItem item; private object commandSource; ///Provides data for some ///events. /// public DataGridCommandEventArgs(DataGridItem item, object commandSource, CommandEventArgs originalArgs) : base(originalArgs) { this.item = item; 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. ////// public DataGridItem Item { get { return item; } } } }Gets the item 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
- ToolStripLocationCancelEventArgs.cs
- RegexTree.cs
- GetIsBrowserClientRequest.cs
- Point3DCollection.cs
- LinqDataSourceDeleteEventArgs.cs
- MemberMaps.cs
- MetadataWorkspace.cs
- KnowledgeBase.cs
- securitycriticaldataClass.cs
- AsymmetricAlgorithm.cs
- ClientSideProviderDescription.cs
- CapabilitiesSection.cs
- StringConverter.cs
- LinearKeyFrames.cs
- RelatedView.cs
- TemplateBindingExtension.cs
- AmbientLight.cs
- MenuRendererStandards.cs
- BitmapScalingModeValidation.cs
- Bold.cs
- WebPartHeaderCloseVerb.cs
- DotExpr.cs
- NullExtension.cs
- iisPickupDirectory.cs
- xmlNames.cs
- BamlRecordHelper.cs
- DbTransaction.cs
- ResourceAttributes.cs
- Keywords.cs
- GridEntry.cs
- RegexNode.cs
- CaretElement.cs
- AccessedThroughPropertyAttribute.cs
- ProfileParameter.cs
- ParenExpr.cs
- GridViewRowCollection.cs
- TrustManagerMoreInformation.cs
- KnownIds.cs
- OutputScopeManager.cs
- recordstatefactory.cs
- FontCollection.cs
- DataSourceIDConverter.cs
- ToolStripItemClickedEventArgs.cs
- CommandValueSerializer.cs
- Random.cs
- EDesignUtil.cs
- basemetadatamappingvisitor.cs
- CompilerCollection.cs
- ServiceHttpHandlerFactory.cs
- TaskResultSetter.cs
- ColumnClickEvent.cs
- TypeEnumerableViewSchema.cs
- UIElementCollection.cs
- HttpCacheParams.cs
- PlatformCulture.cs
- BridgeDataRecord.cs
- HtmlInputRadioButton.cs
- UInt16Storage.cs
- RectKeyFrameCollection.cs
- ToolStripContentPanelRenderEventArgs.cs
- AtomicFile.cs
- WebPartChrome.cs
- TypographyProperties.cs
- ExpressionParser.cs
- SortExpressionBuilder.cs
- ButtonChrome.cs
- RelativeSource.cs
- Enum.cs
- PropertyIDSet.cs
- Container.cs
- NCryptSafeHandles.cs
- QilScopedVisitor.cs
- ListControl.cs
- RootProjectionNode.cs
- FixedSOMContainer.cs
- SettingsProviderCollection.cs
- WebResourceAttribute.cs
- RawContentTypeMapper.cs
- ListItemParagraph.cs
- FileDialogCustomPlace.cs
- ExpandSegment.cs
- ContractUtils.cs
- WebPartEditorOkVerb.cs
- ScriptManager.cs
- Zone.cs
- StaticTextPointer.cs
- LeaseManager.cs
- NamedPermissionSet.cs
- RemoveStoryboard.cs
- VectorKeyFrameCollection.cs
- InstanceDataCollectionCollection.cs
- Properties.cs
- basenumberconverter.cs
- TabControl.cs
- ServiceHttpHandlerFactory.cs
- WebPartMenu.cs
- TreeNodeStyleCollectionEditor.cs
- DecoderBestFitFallback.cs
- _StreamFramer.cs
- XmlQualifiedName.cs