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

이벤트에 대한 이벤트 데이터입니다.

적용 대상