AppBar.OnOpening(Object) 方法

定義

AppBar 開始從隱藏變更為可見時叫用,或開始先顯示。

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

參數

e
Object

Platform::Object

IInspectable

事件的事件資料。

適用於