Form.ExternalEvent

Syntax:

ExternalEvent(<Source>, <Event>, <Data>)

Parameters:

<Source>

Type: String.
External event source.

<Event>

Type: String.
Event name.

<Data>

Type: String.
Data for the event.

Description:

Occurs when an external application sends a message in a specific format. External event is initially processed by all open forms having an event handler for this event, then it can be processed in the ExternEventProcessing ordinary application module handler.

See also:

Global context, event ExternEventProcessing
Global context, method LoadAddIn
Global context, method AttachAddIn

    

1C:Enterprise Developer's Community