C# Class FarsiLibrary.Win.Events.PopupCancelEventArgs

Provides a reference to the popup form that is to be closed and allows the operation to be cancelled.
Inheritance: System.EventArgs
Mostrar archivo Open project: HEskandari/FarsiLibrary

Public Methods

Method Description
PopupCancelEventArgs ( Form popupForm, Point pt ) : System

Constructs a new instance of this class.

Method Details

PopupCancelEventArgs() public method

Constructs a new instance of this class.
public PopupCancelEventArgs ( Form popupForm, Point pt ) : System
popupForm System.Windows.Forms.Form The popup form
pt Point The mouse location, if any, where the /// mouse event that would cancel the popup occured.
return System