Base class for strong-typed event filters.
Namespace: Zyan.Communication.Delegates
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public abstract class EventFilterBase<TEventArgs> :  IEventFilter
where TEventArgs  : EventArgs
Type Parameters
TEventArgs
Event arguments type.
Collapse/Expand Members

Click here to see the list of members.