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