NotificationEventArgs Structure

Encapsulates event parameters for record changes notification. events in

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public struct NotificationEventArgs
Inheritance
Object    ValueType    NotificationEventArgs

Constructors

NotificationEventArgs Should not be used by third party applications.

Properties

ConfObject instance of configuration object. the type of object depends on EntityName
EntityName Provides the internal name of the entity to which the change was applied.
Operation Type of the event which delevered the notification.
RecID Provides the primary key of the record that was inserted/updated/deleted. all records in each table has the unique ID. this value is only for internal use.

Methods

Clone Clone the even args to avoid intersection of processing
ToString returns
(Overrides ValueTypeToString)

See Also