C# Class ComponentFactory.Krypton.Workspace.ActivePageChangedEventArgs

Data associated with a change in the active page.
Inheritance: System.EventArgs
Exibir arquivo Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
ActivePageChangedEventArgs ( KryptonPage oldPage, KryptonPage newPage ) : System

Initialize a new instance of the ActivePageChangedEventArgs class.

Method Details

ActivePageChangedEventArgs() public method

Initialize a new instance of the ActivePageChangedEventArgs class.
public ActivePageChangedEventArgs ( KryptonPage oldPage, KryptonPage newPage ) : System
oldPage ComponentFactory.Krypton.Navigator.KryptonPage Previous active page value.
newPage ComponentFactory.Krypton.Navigator.KryptonPage New active page value.
return System