C# 클래스 ComponentFactory.Krypton.Docking.CloseRequestEventArgs

Event arguments for the PageCloseRequest event.
상속: UniqueNameEventArgs
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
CloseRequestEventArgs ( string uniqueName, DockingCloseRequest closeRequest ) : System

Initialize a new instance of the CloseRequestEventArgs class.

메소드 상세

CloseRequestEventArgs() 공개 메소드

Initialize a new instance of the CloseRequestEventArgs class.
public CloseRequestEventArgs ( string uniqueName, DockingCloseRequest closeRequest ) : System
uniqueName string Unique name of the page associated with the event.
closeRequest DockingCloseRequest Initial close action to use.
리턴 System