Click or drag to resize
ExtraPropertiesEventArgs Constructor
Constructs a new ExtraPropertiesEventArgs object.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public ExtraPropertiesEventArgs(
	ReadOnlyDictionary<string, string> newExtraProperties
)

Parameters

newExtraProperties
Type: System.Collections.ObjectModelReadOnlyDictionaryString, String
The list of extra properties associated with the call.
See Also