NotificationEventArgs Structure
Encapsulates event parameters for record changes notification.
events in
Namespace: TCX.ConfigurationAssembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
public struct NotificationEventArgs
- Inheritance
- Object ValueType NotificationEventArgs
| 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.
|
| Clone |
Clone the even args to avoid intersection of processing
|
| ToString |
returns
(Overrides ValueTypeToString) |