[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TLVDataStateChangeEvent

Declaration

Source position: comctrls.pp line 1273

type TLVDataStateChangeEvent = procedure(

  Sender: TObject;

  StartIndex: Integer;

  EndIndex: Integer;

  OldState: TListItemStates;

  NewState: TListItemStates

) of object;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.