TEventBase.CanInvoke Property

Returns True when the event will do anything because it is Enabled and contains any event handler. Otherwise returns False.

Namespace: Spring.Events.Base
public
 property CanInvoke: Boolean read GetCanInvoke;

Property Value

Type: Boolean

 

Implements

IEvent.CanInvoke