Base class for strong-typed event filters.
Declaring type: EventFilterBase<TEventArgs>
Namespace: Zyan.Communication.Delegates
Assembly: Zyan.Communication
Collapse/Expand Protected Constructors
  Name Description
Protected Method EventFilterBase

There is no summary.

Collapse/Expand Public Methods (see also: Protected Methods)
  Name Description
Public Method AllowInvocation Determines whether this filter allows invoking the event handler.
Public Method Contains<TEventFilter> Determines whether this filter contains nested event filter of the given type.
Collapse/Expand Protected Methods
  Name Description
Protected Method Abstract AllowInvocation Determines whether this filter allows invoking the event handler.