Returns true if event handler invocation is allowed.
Declaring type: FlexibleEventFilter<TEventArgs>
Namespace: Zyan.Communication.Delegates
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
protected override bool AllowInvocation (
        object sender,
        TEventArgs args
) 
Parameters
sender
Event sender.
args
The instance containing the event data.
Return Value

There is no description.