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


command
The Command which fires this event
Initializes new instance of CommandFiredArgs object

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal command As Command _
)
Visual Basic (Usage) Copy Code
Dim command As Command
 
Dim instance As CommandFiredArgs(command)
C#  
public CommandFiredArgs( 
   Command command
)

Parameters

command
The Command which fires this event

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