C# 클래스 FarsiLibrary.Win.Events.PopupClosedEventArgs

Contains event information events.
상속: System.EventArgs
파일 보기 프로젝트 열기: HEskandari/FarsiLibrary

공개 메소드들

메소드 설명
PopupClosedEventArgs ( Form popup ) : System

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

메소드 상세

PopupClosedEventArgs() 공개 메소드

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.
리턴 System