C# 클래스 Krypton.Docking.ContextPageEventArgs

Event arguments for events that need a page and context menu.
상속: CancelEventArgs
파일 보기 프로젝트 열기: Krypton-Suite/Standard-Toolkit

공개 메소드들

메소드 설명
ContextPageEventArgs ( KryptonPage page, KryptonContextMenu contextMenu, bool cancel )

Initialize a new instance of the ContextPageEventArgs class.

메소드 상세

ContextPageEventArgs() 공개 메소드

Initialize a new instance of the ContextPageEventArgs class.
public ContextPageEventArgs ( KryptonPage page, KryptonContextMenu contextMenu, bool cancel )
page KryptonPage Page associated with the context menu.
contextMenu KryptonContextMenu Context menu that can be customized.
cancel bool Initial value for the cancel property.