NotificationEventHandler Delegate

Update notifications handler

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public delegate void NotificationEventHandler(
	Object sender,
	NotificationEventArgs e
)

Parameters

sender  Object
PhoneSystem object
e  NotificationEventArgs
An NotificationEventArgsContent of the event

See Also