The following tables list the members exposed by EventFns.
Name | Description | |
---|---|---|
![]() ![]() | Forward | Forwards a given message to the specified handler. The handler must implement the corresponding IHandle interface for the message to be delivered. |
![]() ![]() | IsHandler | Returns true if the provided object implements IHandle for the given messageType. |
![]() ![]() | RaiseOnce<T> | Raises the given event and then clears all event handlers. |