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); }