Executes the C1Command on the current command target.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
public void Execute( Object parameter, UIElement target ) |
Visual Basic |
---|
Public Sub Execute ( _ parameter As Object, _ target As UIElement _ ) |
Parameters
- parameter
- Type: System..::..Object
User defined parameter to be passed to the handler.
- target
- Type: System.Windows..::..UIElement
Element at which to being looking for command handlers.