Click or drag to resize

SendNNStatusChangedEventArgs Class

The event arguments used to report change in the parameters of the send-nn feature.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesSendNNStatusChangedEventArgs

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

The SendNNStatusChangedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodSendNNStatusChangedEventArgs
Constructs a new SendNNStatusChangedEventArgs object.
Top
Properties
  NameDescription
Public propertyEnabled
A Boolean value indicating whether the send-nn feature is enabled.
Public propertyExtension
Returns the extension for which the send-nn feature is enabled/disabled for.
Top
See Also