Returns true if the provided object implements IHandle for the given messageType.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim source As Caliburn.Micro.IEventAggregator
Dim handler As Object
Dim messageType As Type
Dim value As Boolean
value = EventFns.IsHandler(source, handler, messageType) |
Parameters
- source
- An instance of the EventAggregator class.
- handler
- The object to be probed.
- messageType
- The type of the message to be handled.
Return Value
True if the handler handles the given message type.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also