Click or drag to resize

ConversationTimeEventArgs Class

Event argument provided to the event handlers registered for notifications of changes to any of the conversation's time-based properties.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesConversationTimeEventArgs

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class ConversationTimeEventArgs : EventArgs

The ConversationTimeEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyEventDateTime
The new time value of the conversation property that changed.
Public propertyMessagingConversation
The conversation whose property has changed.
Top
See Also