Unit 'PXL.Events' Package
[Overview][Classes][Index] [#pl_asphyrepxl]

TEventNotifier

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: PXL.Events.pas line 22

type TEventNotifier = class

public

type

  TCallbackMethod = procedure(

  

  const Sender: TObject;

  const EventData: Pointer;

  const UserData: Pointer

) of object;

public

  constructor Create;

  

  destructor Destroy; override;

  

  function Subscribe();

  

  procedure Unsubscribe();

  

  procedure Notify();

  

end;

Inheritance

TEventNotifier

  

|

TObject



CT Web help

CodeTyphon Studio