Example #1
0
 private void OnMdiChildActivate(EventArgs e)
 {
     // Raise the MdiChildActivate event
     MdiChildActivate?.Invoke(this, e);
 }
 protected virtual void OnMdiChildActivate(EventArgs e)
 {
     // Raise the MdiChildActivate event
     MdiChildActivate?.Invoke(this, e);
 }