AppBar.OnClosing(Object) 方法

定義

AppBar 開始從可見變更為隱藏時叫用。

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)

參數

e
Object

Platform::Object

IInspectable

事件的事件資料。

適用於