Exemple #1
0
 public void ExpandItems()
 {
     Expand?.Invoke();
 }
Exemple #2
0
 private void OnExpand(object sender, EventArgs e)
 {
     Expand?.Invoke(sender, e);
 }
Exemple #3
0
 private void OnExpand()
 {
     Expand?.Invoke();
 }