[]
Occurs when the specified command in ribbon bar should be executed.
void OnExecuteCommand(object sender, ExecuteCommandEventArgs e)
Sub OnExecuteCommand(sender As Object, e As ExecuteCommandEventArgs)
| Type | Name | Description |
|---|---|---|
| object | sender | The ribbon bar |
| ExecuteCommandEventArgs | e | The information of command |