Executes the C1Command on the current command target.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.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.

See Also