[]
Occurs when the corresponding command of a ribbon item is executing.
public event EventHandler<ExecuteCommandEventArgs> CommandExecuting
Public Event CommandExecuting As EventHandler(Of ExecuteCommandEventArgs)
Type | Description |
---|---|
EventHandler<ExecuteCommandEventArgs> | Occurs when the corresponding command of a ribbon item is executing. |