Creates non-standard filtered event handler of type TDelegate.
Declaring type: FilteredEventHandler
Namespace: Zyan.Communication.Delegates
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public static TDelegate Create<TDelegate> (
        TDelegate eventHandler,
        IEventFilter eventFilter,
        bool filterLocally
) 
where TDelegate  : class
Type Parameters
TDelegate

There is no description.

Parameters
eventHandler
The event handler.
eventFilter
The event filter.
filterLocally
Whether the filter should also work when used locally.
Return Value

There is no description.