Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.UIControls.v4.4 Assembly / Xceed.Chart.UIControls Namespace / Command Class / Execute Method
Additional data needed for execution. Can be null.


In This Topic
    Execute Method
    In This Topic
    Executes a command with a specified additional data
    Syntax
    'Declaration
     
    Public Overridable Function Execute( _
       ByVal param As Object _
    ) As Boolean
    'Usage
     
    Dim instance As Command
    Dim param As Object
    Dim value As Boolean
     
    value = instance.Execute(param)
    public virtual bool Execute( 
       object param
    )

    Parameters

    param
    Additional data needed for execution. Can be null.

    Return Value

    True if executed successfully, otherwise false.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also