C# Класс FarsiLibrary.Win.Events.PopupCancelEventArgs

Provides a reference to the popup form that is to be closed and allows the operation to be cancelled.
Наследование: System.EventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
PopupCancelEventArgs ( Form popupForm, Point pt ) : System

Constructs a new instance of this class.

Описание методов

PopupCancelEventArgs() публичный Метод

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.
Результат System