ComboBox.OnDropDownClosed(Object) Método

Definición

Se invoca cuando se genera el evento DropDownClosed .

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)

Parámetros

e
Object

Platform::Object

IInspectable

Datos del evento.

Se aplica a