Beispiel #1
0
 protected virtual void OnSelectionCancelled(EventArgs e)
 {
     if (!SelectionCancelled.IsNull())
     {
         SelectionCancelled(this, e);
     }
 }
Beispiel #2
0
 protected virtual void OnSelectionCancelled()
 {
     SelectionCancelled?.Invoke(this, EventArgs.Empty);
 }