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)
Syntaxpublic 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
    endType 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