C# Class FarsiLibrary.Win.Events.PopupClosedEventArgs

Contains event information events.
Inheritance: System.EventArgs
Afficher le fichier Open project: HEskandari/FarsiLibrary

Méthodes publiques

Méthode Description
PopupClosedEventArgs ( Form popup ) : System

Constructs a new instance of this class for the specified popup form.

Method Details

PopupClosedEventArgs() public méthode

Constructs a new instance of this class for the specified popup form.
public PopupClosedEventArgs ( Form popup ) : System
popup System.Windows.Forms.Form Popup Form which is being closed.
Résultat System