Source position: treegrids.pas line 2107
type TTGScrollEvent = procedure(
Sender: TBaseTreeGrid;
DeltaX: Integer;
DeltaY: Integer
) of object;