TdxAlertWindowManagerMouseEvent Type
Declaration
TdxAlertWindowManagerMouseEvent = procedure(Sender: TObject; AAlertWindow: TdxAlertWindow; AButton: TMouseButton; AShift: TShiftState; X: Integer; Y: Integer) of object;
Parameters
Name | Type |
---|---|
Sender | TObject |
AAlertWindow | TdxAlertWindow |
AButton | TMouseButton |
AShift | TShiftState |
X | Integer |
Y | Integer |
See Also