| ExtraPropertiesEventArgs Constructor |
Constructs a new ExtraPropertiesEventArgs object.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic ExtraPropertiesEventArgs(
ReadOnlyDictionary<string, string> newExtraProperties
)
Parameters
- newExtraProperties
- Type: System.Collections.ObjectModelReadOnlyDictionaryString, String
The list of extra properties associated with the call.
See Also