AppBar.OnClosed(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
protected:
virtual void OnClosed(Platform::Object ^ e) = OnClosed;
void OnClosed(IInspectable const& e);
protected virtual void OnClosed(object e);
function onClosed(e)
Protected Overridable Sub OnClosed (e As Object)
參數
-
e
-
Object
Platform::Object
IInspectable
事件的事件資料。
適用於