Adds a notification event handler to the collection
Source position: fpmkunit.pp line 564
public procedure TNotifyEventCollection.AppendEvent( |
AnAction: TNotifyEventAction; |
AnEvent: TNotifyEvent |
); |
AnAction |
|
Action type that triggers the event |
AnEvent |
|
Event handler procedure to add |
AppendEvent adds a new notification event handler to the collection for a specific action type.
The event handler will be triggered when the specified build action occurs during package processing.
Multiple handlers can be associated with the same action type and will be executed in sequence.