How do we catch a click event at ListBox and TreeView at CF2?

Traitée How do we catch a click event at ListBox and TreeView at CF2?

  • mardi 16 août 2005 14:22
     
     
    I try to catch the click event on the ListBox and TreeView with CF2 but it does not support the click event and it can not recognize it. Is there any way to catch it.

Toutes les réponses

  • mardi 16 août 2005 17:47
     
     Traitée
    For ListBox, you can use the SelectedIndexChanged event. For TreeView, you can use the AfterSelect event to handle the a change of the selected element.

    Cheers,
    Anthony