Dundas.SharePoint.Charting.WebParts Send comments on this topic.
CommandUIItem Constructor(String,String)
See Also 
Dundas.Charting.WebControl Namespace > CommandUIItem Class > CommandUIItem Constructor : CommandUIItem Constructor(String,String)


commandName
The Command name which defiles which command to execute
parameters
Additional parameters to pass of the command
Initializes new instance of CommandUIItem object, using Command name identifier and executing parameters.

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal commandName As String, _
   ByVal parameters As String _
)
Visual Basic (Usage) Copy Code
Dim commandName As String
Dim parameters As String
 
Dim instance As CommandUIItem(commandName, parameters)
C#  
public CommandUIItem( 
   string commandName,
   string parameters
)

Parameters

commandName
The Command name which defiles which command to execute
parameters
Additional parameters to pass of the command

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