C# Class ComponentFactory.Krypton.Docking.AutoHiddenGroupPanelEventArgs

Event arguments for a AutoHiddenGroupPanelAdding/AutoHiddenGroupPanelRemoved events.
Inheritance: System.EventArgs
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
AutoHiddenGroupPanelEventArgs ( KryptonAutoHiddenPanel autoHiddenPanel, KryptonDockingEdgeAutoHidden element ) : System

Initialize a new instance of the AutoHiddenGroupPanelEventArgs class.

Method Details

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