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

Event arguments for events that need to provide a unique name but can be cancelled.
상속: UniqueNameEventArgs
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
CancelUniqueNameEventArgs ( string uniqueName, bool cancel ) : System

Initialize a new instance of the CancelUniqueNameEventArgs class.

메소드 상세

CancelUniqueNameEventArgs() 공개 메소드

Initialize a new instance of the CancelUniqueNameEventArgs class.
public CancelUniqueNameEventArgs ( string uniqueName, bool cancel ) : System
uniqueName string Unique name of page.
cancel bool Initial value for the cancel property.
리턴 System