C# Class ComponentFactory.Krypton.Navigator.ShowContextMenuArgs

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

Public Methods

Method Description
ShowContextMenuArgs ( KryptonPage page, int index ) : System

Initialize a new instance of the ShowContextMenuArgs class.

Method Details

ShowContextMenuArgs() public method

Initialize a new instance of the ShowContextMenuArgs class.
public ShowContextMenuArgs ( KryptonPage page, int index ) : System
page KryptonPage Page effected by event.
index int Index of page in the owning collection.
return System