C# Класс ComponentFactory.Krypton.Docking.AutoHiddenGroupPanelEventArgs

Event arguments for a AutoHiddenGroupPanelAdding/AutoHiddenGroupPanelRemoved events.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AutoHiddenGroupPanelEventArgs ( KryptonAutoHiddenPanel autoHiddenPanel, KryptonDockingEdgeAutoHidden element ) : System

Initialize a new instance of the AutoHiddenGroupPanelEventArgs class.

Описание методов

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

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.
Результат System