Exemple #1
0
 /// <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);
     }
 }
 /// <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);
     }
 }