GridCtrl: Added WhenSorted

git-svn-id: svn://ultimatepp.org/upp/trunk@6038 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
unodgs 2013-05-08 14:51:43 +00:00
parent 6aa3d25ee7
commit 66433d6afa
2 changed files with 9 additions and 7 deletions

View file

@ -1825,6 +1825,7 @@ class GridCtrl : public Ctrl
Callback StdEdit;
Callback WhenSort;
Callback WhenSorted;
Callback1<Value&> ProcessSummaryValue;