Window.OnDeactivated(EventArgs) 메서드

정의

Deactivated 이벤트를 발생시킵니다.

protected:
 virtual void OnDeactivated(EventArgs ^ e);
protected virtual void OnDeactivated (EventArgs e);
abstract member OnDeactivated : EventArgs -> unit
override this.OnDeactivated : EventArgs -> unit
Protected Overridable Sub OnDeactivated (e As EventArgs)

매개 변수

e
EventArgs

이벤트 데이터가 포함된 EventArgs입니다.

설명

OnDeactivatedDeactivated 이벤트를 발생시킵니다.

파생 되는 형식을 Window 재정의할 수 있습니다 OnDeactivated합니다. 재정의 된 메서드를 호출 해야 합니다 OnDeactivated 기본 클래스의 경우 Deactivated 발생 해야 합니다.

적용 대상

추가 정보