CallTypeEventArgs Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public CallTypeEventArgs(
CallType callType
)
Public Sub New (
callType As CallType
)
public:
CallTypeEventArgs(
CallType callType
)
new :
callType : CallType -> CallTypeEventArgs
Parameters
- callType
- Type: Ozeki.VoIPCallType
See Also