C# Class ComponentFactory.Krypton.Navigator.TabMovedEventArgs

Details for an event that provides a new index position for a specified page.
Inheritance: System.EventArgs
Datei anzeigen Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

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

Initialize a new instance of the TabMovedEventArgs class.

Method Details

TabMovedEventArgs() public method

Initialize a new instance of the TabMovedEventArgs class.
public TabMovedEventArgs ( KryptonPage page, int index ) : System
page KryptonPage Reference to page that has been moved.
index int New index of the page within the page collection.
return System