C# Class ComponentFactory.Krypton.Docking.CancelDropDownEventArgs

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

Public Methods

Method Description
CancelDropDownEventArgs ( KryptonContextMenu contextMenu, KryptonPage page ) : System

Initialize a new instance of the CancelDropDownEventArgs class.

Method Details

CancelDropDownEventArgs() public method

Initialize a new instance of the CancelDropDownEventArgs class.
public CancelDropDownEventArgs ( KryptonContextMenu contextMenu, KryptonPage page ) : System
contextMenu ComponentFactory.Krypton.Toolkit.KryptonContextMenu Reference to associated context menu.
page ComponentFactory.Krypton.Navigator.KryptonPage Reference to the associated page.
return System