ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1Command Class / Execute Method
User defined parameter to be passed to the handler.
Element at which to being looking for command handlers.

In This Topic
    Execute Method
    In This Topic
    Executes the C1Command on the current command target.
    Syntax
    'Declaration
     
    Public Sub Execute( _
       ByVal parameter As System.Object, _
       ByVal target As Windows.UI.Xaml.UIElement _
    ) 
    public void Execute( 
       System.object parameter,
       Windows.UI.Xaml.UIElement target
    )

    Parameters

    parameter
    User defined parameter to be passed to the handler.
    target
    Element at which to being looking for command handlers.
    See Also