C# Class Krypton.Docking.ContextPageEventArgs

Event arguments for events that need a page and context menu.
Inheritance: CancelEventArgs
显示文件 Open project: Krypton-Suite/Standard-Toolkit

Public Methods

Method Description
ContextPageEventArgs ( KryptonPage page, KryptonContextMenu contextMenu, bool cancel )

Initialize a new instance of the ContextPageEventArgs class.

Method Details

ContextPageEventArgs() public method

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.