VoIPEventArgsT Constructor |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic VoIPEventArgs(
T item
)
Public Sub New (
item As T
)
public:
VoIPEventArgs(
T item
)
new :
item : 'T -> VoIPEventArgs
Parameters
- item
- Type: T
See Also