ComponentFactory.Krypton.Docking.AutoHiddenGroupPanelEventArgs.AutoHiddenGroupPanelEventArgs C# (CSharp) Method

AutoHiddenGroupPanelEventArgs() public method

Initialize a new instance of the AutoHiddenGroupPanelEventArgs class.
public AutoHiddenGroupPanelEventArgs ( KryptonAutoHiddenPanel autoHiddenPanel, KryptonDockingEdgeAutoHidden element ) : System
autoHiddenPanel KryptonAutoHiddenPanel Reference to auto hidden panel control instance.
element KryptonDockingEdgeAutoHidden Reference to docking auto hidden edge element that is managing the panel.
return System
        public AutoHiddenGroupPanelEventArgs(KryptonAutoHiddenPanel autoHiddenPanel,
                                             KryptonDockingEdgeAutoHidden element)
        {
            _autoHiddenPanel = autoHiddenPanel;
            _element = element;
        }
AutoHiddenGroupPanelEventArgs