EventHandlers: ISharedEventHandlers;
EventHandlers: Prognoz.Platform.Interop.KeFore.ISharedEventHandlers;
The EventHandlers property returns object to work with event handlers of reports.
Event handler sends parameters of the report with which calculation were carried out and helps to perform action set using the code on each event occurrence.
The property use is given in the example for ISharedEventHandler.Object.
See also: