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
파일 보기 프로젝트 열기: HEskandari/FarsiLibrary

공개 메소드들

메소드 설명
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