The event handler receives an argument of type DropDownOpeningEventArgs containing data related to this event. The following DropDownOpeningEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ByTouch | Gets a value that indicates whether the drop-down operation is tiggered by touch |
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
SyncData | Gets or sets a value that indicates whether to synchronize data to the drop-down when it's opening. |
This event is raised if the drop-down window is being opened by either a programmatic modification or user interaction.