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


In This Topic
DropDownClosed Event (RibbonColorPicker)
In This Topic
Indicates that the drop-down portion of this element has closed.
Syntax
'Declaration
 
Public Event DropDownClosed As EventHandler
 
'Usage
 
Dim instance As RibbonColorPicker
Dim handler As EventHandler
 
AddHandler instance.DropDownClosed, handler
See Also