ExecutionCommandEventHandler Delegate
public delegate void ExecutionCommandEventHandler(
object sender,
ExecutionCommand command
)
This language is not supported or no code example is available.
public:
delegate void ExecutionCommandEventHandler(
object^ sender,
ExecutionCommand^ command
)
This language is not supported or no code example is available.
Parameters
- sender
- object
The sender.
- command
- ExecutionCommand
The command.