Exemplo n.º 1
0
 protected virtual void OnSelectItem(SelectionTreeEventArgs e)
 {
     if (OnSelect != null)
     {
         OnSelect(this, e);
     }
 }
Exemplo n.º 2
0
 protected virtual void OnSelectionDone(SelectionTreeEventArgs e)
 {
     if (SelectionDone != null)
     {
         SelectionDone(this, e);
     }
 }