Cocktail Help Reference
EventFns Class Members
See Also  Methods  Send Feedback
Cocktail Assembly > Cocktail Namespace : EventFns Class


Glossary Item Box

The following tables list the members exposed by EventFns.

Public Methods

 NameDescription
Public Methodstatic (Shared in Visual Basic)ForwardForwards a given message to the specified handler. The handler must implement the corresponding IHandle interface for the message to be delivered.  
Public Methodstatic (Shared in Visual Basic)IsHandlerReturns true if the provided object implements IHandle for the given messageType.  
Public Methodstatic (Shared in Visual Basic)PublishOverloaded. Publishes a message.  
Public Methodstatic (Shared in Visual Basic)RaiseOnce<T>Raises the given event and then clears all event handlers.  
Public Methodstatic (Shared in Visual Basic)SubscribeSubscribes an instance to all events declared through implementations of Caliburn.Micro.IHandle`1  
Public Methodstatic (Shared in Visual Basic)UnsubscribeUnsubscribe the instance from all events.  
Top

See Also

© 2013 All Rights Reserved.