Collection of notification event handlers
Source position: fpmkunit.pp line 1549
public property TCustomInstaller.NotifyEventCollection : TNotifyEventCollection |
NotifyEventCollection manages the collection of event handlers that receive notifications during installer operations. This property enables registration of multiple event listeners for progress monitoring.
Event handlers can monitor build progress, installation status, and other installer events for logging, user interface updates, and custom processing requirements.