Vcl.IMouse.TUpdateEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TUpdateEvent)(System::TObject* Sender, System::Types::TPoint &Delta, TPanDirections &CursorDirection);

Properties

Type Visibility Source Unit Parent
typedef public Vcl.IMouse.hpp Vcl.IMouse Vcl.IMouse

Description

Initiates the cursor update.

This event is called when the cursor is to be updated.

See Also