View.OnActivate(EventArgs) 메서드

정의

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

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

매개 변수

e
EventArgs

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

설명

합니다 Activate 이벤트가 발생 하면 현재 View 컨트롤이 활성 뷰가 될 합니다.

적용 대상

추가 정보