Control.OnCreateControl 메서드

정의

CreateControl() 메서드를 발생시킵니다.

protected:
 virtual void OnCreateControl();
protected virtual void OnCreateControl ();
abstract member OnCreateControl : unit -> unit
override this.OnCreateControl : unit -> unit
Protected Overridable Sub OnCreateControl ()

설명

OnCreateControl 컨트롤을 처음 만들 때 메서드가 호출됩니다.

또한 OnCreateControl 메서드를 사용하면 파생 클래스가 대리자를 연결하지 않고도 이벤트를 처리할 수 있습니다. 이는 파생 클래스에서 이벤트를 처리하는 기본 방법입니다.

상속자 참고

파생 클래스에서 OnCreateControl()를 재정의하는 경우 등록된 대리자가 이벤트를 받도록 기본 클래스의 OnCreateControl() 메서드를 호출해야 합니다.

적용 대상

추가 정보