Exemple #1
0
 public void OnSortStarted() => SortStarted?.Invoke(null, EventArgs.Empty);
Exemple #2
0
 protected virtual void OnSortStarted()
 {
     SortStarted?.Invoke(this, EventArgs.Empty);
 }