property OnMouseUp: TMouseEvent;
type TMouseEvent = procedure (Sender: TObject; Button: TMouseButton ; Shift: TShiftState; X, Y: Integer) of object;
This event is obsolete and remains here only for backward compatibility. Use the OnMouseUp event of TCustomImage32 instead.