C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / C1DropDownControl Class / BeforeDropDownOpen Event

BeforeDropDownOpen Event (C1DropDownControl)
Occurs just before the dropdown is opened.
Syntax
'Declaration
 
Public Event BeforeDropDownOpen As CancelEventHandler
 
Event Data

The event handler receives an argument of type CancelEventArgs containing data related to this event. The following CancelEventArgs properties provide information specific to this event.

PropertyDescription
 
See Also