Click or drag to resize

DigitEventArgs Class

The event arguments passed in a Digit event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    VoiceElements.ClientDigitEventArgs

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
public class DigitEventArgs : EventArgs

The DigitEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodDigitEventArgs
Constructor for the digit event.
Top
Properties
  NameDescription
Public propertyDigit
The digit that was pressed.
Top
See Also