ComboBox.OnDropDownClosed(Object) Method

Definition

Invoked when the DropDownClosed event is raised.

protected:
 virtual void OnDropDownClosed(Platform::Object ^ e) = OnDropDownClosed;
void OnDropDownClosed(IInspectable const& e);
protected virtual void OnDropDownClosed(object e);
function onDropDownClosed(e)
Protected Overridable Sub OnDropDownClosed (e As Object)

Parameters

e
Object

Platform::Object

IInspectable

Event data for the event.

Applies to