/// <summary> /// Raises the <see cref="PopupClosed"/> event. /// </summary> /// <param name="e"><see cref="PopupClosedEventArgs"/> describing the /// popup form that is being closed.</param> protected virtual void OnPopupClosed(PopupClosedEventArgs e) { if (this.PopupClosed != null) { this.PopupClosed(this, e); } }