[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonBar.CommandExecuted

CommandExecuted Event

Occurs when the corresponding command of a ribbon item is executed.

Namespace: GrapeCity.Spreadsheet.WinForms.Ribbon
Assembly: GrapeCity.Spreadsheet.WinForms.Ribbon.dll
Syntax
public event EventHandler<ExecuteCommandEventArgs> CommandExecuted
Public Event CommandExecuted As EventHandler(Of ExecuteCommandEventArgs)
Returns
Type Description
EventHandler<ExecuteCommandEventArgs> Occurs when the corresponding command of a ribbon item is executed.