C# Class ComponentFactory.Krypton.Navigator.KryptonContextMenuEventArgs

Details providing a KryptonContextMenu instance.
Inheritance: KryptonPageEventArgs
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes publiques

Méthode Description
KryptonContextMenuEventArgs ( KryptonPage page, int index, KryptonContextMenu contextMenu ) : System

Initialize a new instance of the KryptonContextMenuEventArgs class.

Method Details

KryptonContextMenuEventArgs() public méthode

Initialize a new instance of the KryptonContextMenuEventArgs class.
public KryptonContextMenuEventArgs ( KryptonPage page, int index, KryptonContextMenu contextMenu ) : System
page KryptonPage Page effected by event.
index int Index of page in the owning collection.
contextMenu ComponentFactory.Krypton.Toolkit.KryptonContextMenu Prepopulated context menu ready for display.
Résultat System