Navigation: Code Documentation > RSCommon > CommonInterfaces > Delegates
TINotifyEvent Delegate
Defines an event signature for an event that passes a interface type.
Namespace: CommonInterfaces
Delphi
type TINotifyEvent = procedure( const Sender: IInterface ) of object;
•CommonInterfaces