Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 581 Bytes

combobox_dropdownclosed.md

File metadata and controls

26 lines (18 loc) · 581 Bytes
-api-id -api-type
E:Microsoft.UI.Xaml.Controls.ComboBox.DropDownClosed
winrt event

Microsoft.UI.Xaml.Controls.ComboBox.DropDownClosed

-description

Occurs when the drop-down portion of the ComboBox closes.

-xaml-syntax

<ComboBox DropDownClosed="eventhandler"/>

-remarks

The drop-down portion of ComboBox is implemented basically as a Popup.

-examples

-see-also