Provides data for VoIP SIP SDK events to handle events with type parameters easily.
Inheritance HierarchySystemObject
SystemEventArgs
OzEventArgsT
Ozeki.MediaVoIPEventArgsT
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic class VoIPEventArgs<T> : OzEventArgs<T>
Public Class VoIPEventArgs(Of T)
Inherits OzEventArgs(Of T)
generic<typename T>
public ref class VoIPEventArgs : public OzEventArgs<T>
type VoIPEventArgs<'T> =
class
inherit OzEventArgs<'T>
end
Type Parameters
- T
- Type of the held object.
The VoIPEventArgsT type exposes the following members.
Constructors
| Name | Description |
---|
 | VoIPEventArgsT |
Initializes a new instance of the VoIPEventArgsT class.
|
Top
Properties
| Name | Description |
---|
 | Item |
Gets the held item.
|
Top
See Also