TreeView OnBefore/After select

  • Thread starter Thread starter Guest
  • Start date Start date
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(..)?
 
Back
Top