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
    OzEventArgsT
      Ozeki.MediaVoIPEventArgsT

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public class VoIPEventArgs<T> : OzEventArgs<T>

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