GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonListItem Class / Handler Property


In This Topic
Handler Property (RibbonListItem)
In This Topic
Gets or sets the command handler, which executes when the ribbon command is clicked.
Syntax
'Declaration
 
Public Property Handler As ICommand
 
'Usage
 
Dim instance As RibbonListItem
Dim value As ICommand
 
instance.Handler = value
 
value = instance.Handler
See Also