M-Files UI Extensibility Framework
OnCrossApplicationNotification Event
M-Files UI Extensibility Framework > Events > OnCrossApplicationNotification Event
Description
This event is triggered when an application running in the current ShellUI requests that a specific application running in the same ShellUI be notified. Note that an application can notify itself as well.
Parameters
appGuid : string [ in ]

The ID of the application sending the notification.

msgID : string [ in ]

The ID of the message being sent.

data : Variant [ in ]

The payload data of the notification.

Remarks
Supported in M-Files 2018 and later.