Control.HasEvents 메서드

정의

이벤트가 컨트롤이나 자식 컨트롤에 등록되었는지 여부를 나타내는 값을 반환합니다.

protected:
 bool HasEvents();
protected bool HasEvents ();
member this.HasEvents : unit -> bool
Protected Function HasEvents () As Boolean

반환

Boolean

이벤트가 등록되었으면 true이고, 그렇지 않으면 false입니다.

적용 대상