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. |
![]() ![]() | Publish | Overloaded. Publishes a message. |
![]() ![]() | RaiseOnce<T> | Raises the given event and then clears all event handlers. |
![]() ![]() | Subscribe | Subscribes an instance to all events declared through implementations of Caliburn.Micro.IHandle`1 |
![]() ![]() | Unsubscribe | Unsubscribe the instance from all events. |