Control.HasEvents Method

Definition

Returns a value indicating whether events are registered for the control or any child controls.

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

Returns

true if events are registered; otherwise, false.

Applies to