Standard notify event callback procedure
Source position: fpmkunit.pp line 544
public property TNotifyEventItem.OnEvent : TNotifyEvent |
OnEvent contains a standard notification event handler that follows the TNotifyEvent signature.
This property accepts method pointers that receive a sender object as parameter when the event fires.
Use this property for object-oriented event handling with standard notification event signatures.