Example #1
0
 private void OnAreaBoundsChanged()
 {
     AreaBoundsChanged?.Invoke(this, EventArgs.Empty);
 }
Example #2
0
 protected virtual void OnAreaBoundsChanged() => AreaBoundsChanged?.Invoke(this, new EventArgs());
Example #3
0
 protected virtual void OnAreaBoundsChanged() => AreaBoundsChanged?.Invoke(this, EventArgs.Empty);