Occurs when the interaction changes.

Namespace: ININ.InteractionClient.AddIn
Assembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
event EventHandler InteractionChanged
Visual Basic
Event InteractionChanged As EventHandler

Remarks

This event is raised when a watched interaction attribute changes on the server. For example, the "state" of the interaction. (connected, disconnected, etc.)

See Also