Handling Table Events

Event handling can be set up on working with table.

Event handler enables the user to execute a specified operation each time the event occurs. For example, on connecting event handling unit, the following features become available:

It is available to set up events for data table that occur:

To implement data table events, use methods of the interface:

Arguments in Event Handler

To work with event handler arguments, use the interfaces:

Conventions

Class_1 is a delegate of Interface_1.
Interface_2 is a descendant of Interface_1.
Interface_2 can be obtained by using properties or methods of Interface_1.

See also:

Pivot Assembly Hierarchy