C# Class ComponentFactory.Krypton.Navigator.ContextActionEventArgs

Details for a context button action event.
Inheritance: KryptonContextMenuEventArgs
Datei anzeigen Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
ContextActionEventArgs ( KryptonPage page, int index, ContextButtonAction action, KryptonContextMenu contextMenu ) : System

Initialize a new instance of the ContextActionEventArgs class.

Method Details

ContextActionEventArgs() public method

Initialize a new instance of the ContextActionEventArgs class.
public ContextActionEventArgs ( KryptonPage page, int index, ContextButtonAction action, KryptonContextMenu contextMenu ) : System
page KryptonPage Page effected by event.
index int Index of page in the owning collection.
action ContextButtonAction Close action to take.
contextMenu ComponentFactory.Krypton.Toolkit.KryptonContextMenu Prepopulated context menu ready for display.
return System