C# Class ComponentFactory.Krypton.Docking.AutoHiddenShowingStateEventArgs

Event arguments for the change in auto hidden page showing state.
Inheritance: System.EventArgs
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
AutoHiddenShowingStateEventArgs ( KryptonPage page, DockingAutoHiddenShowState state ) : System

Initialize a new instance of the AutoHiddenShowingStateEventArgs class.

Method Details

AutoHiddenShowingStateEventArgs() public method

Initialize a new instance of the AutoHiddenShowingStateEventArgs class.
public AutoHiddenShowingStateEventArgs ( KryptonPage page, DockingAutoHiddenShowState state ) : System
page ComponentFactory.Krypton.Navigator.KryptonPage Page for which state has changed.
state DockingAutoHiddenShowState New state of the auto hidden page.
return System