Creates filtered event handler of type EventHandler.
Declaring type: FilteredEventHandler
Namespace: Zyan.Communication.Delegates
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public static EventHandler Create (
        EventHandler eventHandler,
        IEventFilter eventFilter,
        bool filterLocally
) 
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.