PrApi: PREvent |
General PR event.
Event PREvent( ByVal prevent_ As Long, ByVal param1 As Long, ByVal param2 As Long )
[Visual Basic] Event PREvent(ByVal prevent_ As Long, ByVal param1 As Long, ByVal param2 As Long)
[Delphi] procedure PREvent(Sender: TObject; prevent_, param1, param2: Integer);
[C++] void PREvent(long prevent_, long param1, long param2);
It is raised on events specified by the EventTypes property during capture.
[Delphi] The Sender parameter indicates which component received the event and therefore called the handler.
Class PrApi Overview PrApi Properties PrApi Methods PowerState PreviewEvent