| InterAppMessageHandler Delegate | 
 
                A delegate that handles all sent/published messages.
            
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic delegate void InterAppMessageHandler(
	string sourceUuid,
	string topic,
	Object message
)
Parameters
- sourceUuid
- Type: SystemString
 
- topic
- Type: SystemString
 
- message
- Type: SystemObject
 
 See Also
See Also