Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight 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 (C1Command)
    In This Topic
    Executes the C1Command on the current command target.
    Syntax
    'Declaration
     
    
    Public Sub Execute( _
       ByVal parameter As Object, _
       ByVal target As UIElement _
    ) 
    public void Execute( 
       object parameter,
       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