M-Files UI Extensibility Framework
NotifyApplication Method
IShellUI Interface : NotifyApplication Method
The application to notify.
The notification message ID for the listeners.
The notification payload data.
Description
Sends a synchronous notification message to all shellUI modules of a specific application running in the current shellUI (main-window).
Syntax
Visual Basic
Public Sub NotifyApplication( _
   ByVal appGuid As String, _
   ByVal msgID As String, _
   ByVal data As Variant _
) 
Parameters
appGuid
The application to notify.
msgID
The notification message ID for the listeners.
data
The notification payload data.
Remarks
Causes an OnCrossApplicationNotification Event to be triggered for the IShellUI objects of the target application.
See Also

IShellUI Interface  | IShellUI Members