View.OnDeactivate(EventArgs) 메서드

정의

Deactivate 컨트롤의 View 이벤트를 발생시킵니다.

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

매개 변수

e
EventArgs

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

설명

합니다 Deactivate 이벤트가 발생할 때 현재 활성 View 컨트롤이 비활성화 될 합니다.

적용 대상

추가 정보