TcxSectionChangingSortOrderEvent Type
In This Article
#Declaration
Delphi
TcxSectionChangingSortOrderEvent = procedure(Sender: TObject; const Section: TcxHeaderSection; const AOldSortOrder: TcxHeaderSortOrder; var ANewSortOrder: TcxHeaderSortOrder; var AllowChange: Boolean) of object;
#Parameters
Name | Type |
---|---|
Sender | TObject |
Section | Tcx |
AOld |
Tcx |
ANew |
Tcx |
Allow |
Boolean |
See Also