C# Class ComponentFactory.Krypton.Navigator.KryptonContextMenuEventArgs

Details providing a KryptonContextMenu instance.
Inheritance: KryptonPageEventArgs
Datei anzeigen Open project: ComponentFactory/Krypton

Public Methods

Method Description
KryptonContextMenuEventArgs ( KryptonPage page, int index, KryptonContextMenu contextMenu ) : System

Initialize a new instance of the KryptonContextMenuEventArgs class.

Method Details

KryptonContextMenuEventArgs() public method

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