DesignerView.OnInitialized(EventArgs) 메서드

정의

Initialized 기본 클래스 구현을 UserControl 호출하고, 라우트된 이벤트에 대한 GotKeyboardFocus 이벤트 처리기를 추가하고, 디자이너 뷰의 전경색을 설정하여 이벤트를 처리합니다.

protected:
 override void OnInitialized(EventArgs ^ e);
protected override void OnInitialized(EventArgs e);
override this.OnInitialized : EventArgs -> unit
Protected Overrides Sub OnInitialized (e As EventArgs)

매개 변수

e
EventArgs

이벤트 데이터입니다.

적용 대상