CallTypeEventArgs Constructor |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic CallTypeEventArgs(
CallType callType
)
Public Sub New (
callType As CallType
)
public:
CallTypeEventArgs(
CallType callType
)
new :
callType : CallType -> CallTypeEventArgs
Parameters
- callType
- Type: Ozeki.VoIPCallType
See Also