 |
DigitEventArgs Class |
The event arguments passed in a Digit event.
Inheritance Hierarchy
Namespace:
VoiceElements.Client
Assembly:
VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntaxpublic class DigitEventArgs : EventArgs
Public Class DigitEventArgs
Inherits EventArgs
public ref class DigitEventArgs : public EventArgs
type DigitEventArgs =
class
inherit EventArgs
end
The DigitEventArgs type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Digit |
The digit that was pressed.
|
Top
See Also