ComponentFactory.Krypton.Docking.AutoHiddenShowingStateEventArgs.AutoHiddenShowingStateEventArgs C# (CSharp) Метод

AutoHiddenShowingStateEventArgs() публичный Метод

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.
Результат System
        public AutoHiddenShowingStateEventArgs(KryptonPage page, DockingAutoHiddenShowState state)
        {
            _page = page;
            _state = state;
        }
AutoHiddenShowingStateEventArgs