|
FaxStatus Delegate |
[Missing <summary> documentation for "T:VoiceElements.Interface.FaxStatus"]
Namespace:
VoiceElements.Interface
Assembly:
VoiceElementsInterface (in VoiceElementsInterface.dll) Version: 8.6.1.1
Syntax public delegate void FaxStatus(
FaxStatusEventArgs e
)
Public Delegate Sub FaxStatus (
e As FaxStatusEventArgs
)
public delegate void FaxStatus(
FaxStatusEventArgs^ e
)
type FaxStatus =
delegate of
e : FaxStatusEventArgs -> unit
Parameters
- e
- Type: VoiceElements.InterfaceFaxStatusEventArgs
See Also