Defines the method to be called when the command is invoked.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public void Execute(
	Object parameter
)
Visual Basic
Public Sub Execute ( _
	parameter As Object _
)

Parameters

parameter
Type: System..::..Object
Data used by the command. If the command does not require data to be passed, this object can be set to null.

Implements

ICommand..::..Execute(Object)

See Also