G
Guest
Hello all,
quick question: If I've overridden both the "OnBeforeSelect(...)" and
"OnAfterSelect(...)" methods of a Treeview control, and have:
e.Cancel = true;
in my OnBeforeSelect(...) method (in order to cancel the event), will the
framework still call OnAfterSelect(..)?
quick question: If I've overridden both the "OnBeforeSelect(...)" and
"OnAfterSelect(...)" methods of a Treeview control, and have:
e.Cancel = true;
in my OnBeforeSelect(...) method (in order to cancel the event), will the
framework still call OnAfterSelect(..)?