Provides data for VoIP SIP SDK events to handle events with type parameters easily.
Inheritance Hierarchy
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public class VoIPEventArgs<T> : EventArgs
Public Class VoIPEventArgs(Of T)
Inherits EventArgs
generic<typename T>
public ref class VoIPEventArgs : public EventArgs
type VoIPEventArgs<'T> =
class
inherit EventArgs
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.
|
TopProperties
| Name | Description |
---|
| Item |
Gets the held item.
|
TopSee Also