Click or drag to resize
VoIPEventArgsT Class
Provides data for VoIP SIP SDK events to handle events with type parameters easily.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.MediaVoIPEventArgsT

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class VoIPEventArgs<T> : EventArgs

Type Parameters

T
Type of the held object.

The VoIPEventArgsT type exposes the following members.

Constructors
  NameDescription
Public methodVoIPEventArgsT
Initializes a new instance of the VoIPEventArgsT class.
Top
Properties
  NameDescription
Public propertyItem
Gets the held item.
Top
See Also