IdeaBlade Application Framework
EventFns Class Members
See Also  Methods  Send Feedback
Caliburn.Micro.Extensions Namespace : EventFns Class


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)RaiseOnce<T>Raises the given event and then clears all event handlers.  
Top

See Also

© 2012 All Rights Reserved.