AppBar.OnClosed(Object) Method

Definition

Invoked when the AppBar changes from visible to hidden.

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

Parameters

e
Object

Platform::Object

IInspectable

Event data for the event.

Applies to