C# Class ComponentFactory.Krypton.Docking.CancelDropDownEventArgs

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

Méthodes publiques

Méthode Description
CancelDropDownEventArgs ( KryptonContextMenu contextMenu, KryptonPage page ) : System

Initialize a new instance of the CancelDropDownEventArgs class.

Method Details

CancelDropDownEventArgs() public méthode

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.
Résultat System