Click or drag to resize
ICommandExecute Method
Defines the method to be called when the command is invoked.

Namespace: System.Windows.Input
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
void Execute(
	Object parameter
)

Parameters

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