Determines whether this filter allows invoking the event handler.
Declaring type: EventFilterBase<TEventArgs>
Namespace: Zyan.Communication.Delegates
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
protected abstract bool AllowInvocation (
        object sender,
        TEventArgs args
) 
Parameters
sender
Event sender (typically null for the events initiated on the server side).
args
Event arguments.
Return Value
true if invocation is allowed; otherwise, false.