Dundas.SharePoint.Charting.WebParts Send comments on this topic.
Command Property
See Also 
Dundas.Charting.WebControl Namespace > CommandFiredArgs Class : Command Property


Gets the command which fires this event.

Syntax

Visual Basic (Declaration)  
<BrowsableAttribute(False)>
<DescriptionAttribute("The command which fires this event.")>
Public ReadOnly Property Command As Command
Visual Basic (Usage) Copy Code
Dim instance As CommandFiredArgs
Dim value As Command
 
value = instance.Command
C#  
[BrowsableAttribute(false)]
[DescriptionAttribute("The command which fires this event.")]
public Command Command {get;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also