TTVCustomDrawEvent - generic event handling method for Tree View custom drawing.
Source position: comctrls.pp line 2907
type TTVCustomDrawEvent = procedure(
Sender: TCustomTreeView;
const ARect: TRect;
var DefaultDraw: Boolean
) of object;