Click or drag to resize
GenericEventArgsT Class
Provides data for VoIP SIP SDK events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.CommonGenericEventArgsT

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

Type Parameters

T

The GenericEventArgsT type exposes the following members.

Constructors
  NameDescription
Public methodGenericEventArgsT
Initializes a new instance of the GenericEventArgsT class.
Top
Properties
  NameDescription
Public propertyItem
Gets the current item
Top
See Also