ComboBox.OnDropDownOpened(Object) Method

Definition

Invoked when the DropDownOpened event is raised.

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

Parameters

e
Object

Platform::Object

IInspectable

Event data for the event.

Applies to