C# Class ComponentFactory.Krypton.Docking.ContextPageEventArgs

Event arguments for events that need a page and context menu.
Inheritance: CancelEventArgs
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

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

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 ) : 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.
return System