C1.Win.Input.Base Namespace / C1DropDownEditorBase Class / DropDownOpening Event

DropDownOpening Event (C1DropDownEditorBase)
Occurs before the dropdown is opened.
Syntax
'Declaration
 
Public Event DropDownOpening 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