C# Class ComponentFactory.Krypton.Docking.AutoHiddenGroupPanelEventArgs

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

Méthodes publiques

Méthode Description
AutoHiddenGroupPanelEventArgs ( KryptonAutoHiddenPanel autoHiddenPanel, KryptonDockingEdgeAutoHidden element ) : System

Initialize a new instance of the AutoHiddenGroupPanelEventArgs class.

Method Details

AutoHiddenGroupPanelEventArgs() public méthode

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.
Résultat System