The AssistanceItem type exposes the following members.

Events

  NameDescription
Public eventItemChanged
Event that occurs when the assistance request changes.
Note
This event will be invoked on the resulting AssistanceItem for the first time after a call to SendAssistanceRequest(SendAssistanceRequestParameters).
Public eventMessageAdded
Event that occurs when a new message is added to the assistance request.
Public eventParticipantAdded
Event that occurs when a new participant becomes involved in the assistance request.
Public eventParticipantChanged
Event that occurs when a participant's action changes.
Public eventParticipantRemoved
Event that occurs when a participant is no longer involved in the assistance request.
Public eventStateChanged
Event that occurs when the state of the assistance request changes.

See Also