Defines the method to be called when the command is invoked.
Namespace: System.Windows.InputAssembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax 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