C# Class FarsiLibrary.Win.Events.PopupClosedEventArgs

Contains event information events.
Inheritance: System.EventArgs
Datei anzeigen Open project: HEskandari/FarsiLibrary

Public Methods

Method Description
PopupClosedEventArgs ( Form popup ) : System

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

Method Details

PopupClosedEventArgs() public method

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.
return System