AppBar.OnClosing(Object) 方法

定义

应用栏 开始从可见更改为隐藏时调用。

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

事件的事件数据。

适用于