Click or drag to resize

SearchConversationComposingParticipantsChanged Event

Occurs when the list of remote participants that are currently composing a message is changed.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public override event EventHandler<MessagingParticipantListEventArgs> ComposingParticipantsChanged

Value

Type: SystemEventHandlerMessagingParticipantListEventArgs
Remarks
When there are no event handlers installed on this event, the ComposingParticipants property will always return an empty list, since the lack of an installed event handler indicates that the application is not interested in this information.
See Also