TcxClickCheckEvent Type
In This Article
#Declaration
Delphi
TcxClickCheckEvent = procedure(Sender: TObject; AIndex: Integer; APrevState: TcxCheckBoxState; ANewState: TcxCheckBoxState) of object;
#Parameters
Name | Type |
---|---|
Sender | TObject |
AIndex | Integer |
APrev |
Tcx |
ANew |
Tcx |
See Also