Click or drag to resize
DiaGlobWrapperEventReceived Delegate
diaGlobWrapper Help
Delegate or function pointer where the underlying telephony events on the diaGlobWrapper instance will be raised.

Namespace: Inkostar
Assembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntax
public delegate void EventReceived(
	Object sender,
	EventArgs e,
	DiaGlobWrapperCommonEventReceived TypeOfEvent,
	Channel AffectedChannel,
	EventInformation EventInfo,
	DateTime EventTimeStamp
)

Parameters

sender
Type: SystemObject
The instance of diaGlobWrapper.
e
Type: SystemEventArgs
The actual event being raised.
TypeOfEvent
Type: InkostarDiaGlobWrapperCommonEventReceived
The type of event being raised. See Inkostar.DiaGlobWrapperCommon.EventReceived enum for the complete list of events.
AffectedChannel
Type: InkostarChannel
The channel instance where the event was raised.
EventInfo
Type: InkostarEventInformation
The event data content.
EventTimeStamp
Type: SystemDateTime
The Date and Time stamp of the event.
See Also