|
DigitEventArgs Constructor |
Namespace:
VoiceElements.Interface
Assembly:
VoiceElementsInterface (in VoiceElementsInterface.dll) Version: 8.6.1.1
Syntax public DigitEventArgs(
char digit
)
Public Sub New (
digit As Char
)
public:
DigitEventArgs(
wchar_t digit
)
new :
digit : char -> DigitEventArgs
Parameters
- digit
- Type: SystemChar
[Missing <param name="digit"/> documentation for "M:VoiceElements.Interface.DigitEventArgs.#ctor(System.Char)"]
See Also