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


command
The command which fires this event
context
The object context which is used during command execution
Initializes new instance of CommandFiringArgs object.

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal command As Command, _
   ByVal context As Object _
)
Visual Basic (Usage) Copy Code
Dim command As Command
Dim context As Object
 
Dim instance As CommandFiringArgs(command, context)
C#  
public CommandFiringArgs( 
   Command command,
   object context
)

Parameters

command
The command which fires this event
context
The object context which is used during command execution

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