AppBar.OnOpening(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
事件的事件資料。