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

Event arguments for events that need a page and context menu.
상속: CancelEventArgs
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

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

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 ) : System
page ComponentFactory.Krypton.Navigator.KryptonPage Page associated with the context menu.
contextMenu ComponentFactory.Krypton.Toolkit.KryptonContextMenu Context menu that can be customized.
cancel bool Initial value for the cancel property.
리턴 System