GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonColorPicker Class / DropDown Event


In This Topic
DropDown Event (RibbonColorPicker)
In This Topic
Occurs when the drop-down portion of this element is shown.
Syntax
'Declaration
 
Public Event DropDown As EventHandler
 
'Usage
 
Dim instance As RibbonColorPicker
Dim handler As EventHandler
 
AddHandler instance.DropDown, handler
See Also