Determines whether this filter allows invoking the event handler.
Declaring type: EventFilterBase<TEventArgs>
Namespace: Zyan.Communication.Delegates
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public bool AllowInvocation (
        object[] parameters
) 
Parameters
parameters
Event parameters (typically, object sender and EventArgs args).
Return Value
true if invocation is allowed; otherwise, false.