Occurs when waiting process receives an event from the InterBase server.
property OnEvent: TIBCAlertEvent;
The OnEvent event occurs when waiting process receives event from the InterBase server. The EventName parameter contains the name of the event and the EventCount parameter contains the number of events that were raised in the transaction. Waiting connection does not get event until the transaction signaling the alert commits and there can be several event raises in one transaction.