TLVColumnRClickEvent - generic event handler method for a right click on a List View column.
Source position: comctrls.pp line 1296
type TLVColumnRClickEvent = procedure(
Sender: TObject;
Column: TListColumn;
Point: TPoint
) of object;