C# Class Krypton.Docking.ContextPageEventArgs

Event arguments for events that need a page and context menu.
Inheritance: CancelEventArgs
Afficher le fichier Open project: Krypton-Suite/Standard-Toolkit

Méthodes publiques

Méthode Description
ContextPageEventArgs ( KryptonPage page, KryptonContextMenu contextMenu, bool cancel )

Initialize a new instance of the ContextPageEventArgs class.

Method Details

ContextPageEventArgs() public méthode

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.