'Declaration
<System.ComponentModel.DescriptionAttribute("Occurs when the NComboBox has opened its drop-down part.")> Public Event AfterDrop As System.EventHandler
'Usage
Dim instance As NComboBox Dim handler As System.EventHandler AddHandler instance.AfterDrop, handler
[System.ComponentModel.Description("Occurs when the NComboBox has opened its drop-down part.")] public event System.EventHandler AfterDrop