AppBar.OnClosing(Object) Method

Definition

Invoked when the AppBar starts to change from visible to hidden.

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

Parameters

e
Object

Platform::Object

IInspectable

Event data for the event.

Applies to