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

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

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

Метод Описание
DockspaceCellEventArgs ( KryptonDockspace dockspace, KryptonDockingDockspace element, KryptonWorkspaceCell cell ) : System

Initialize a new instance of the DockspaceCellEventArgs class.

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

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

Initialize a new instance of the DockspaceCellEventArgs class.
public DockspaceCellEventArgs ( KryptonDockspace dockspace, KryptonDockingDockspace element, KryptonWorkspaceCell cell ) : System
dockspace KryptonDockspace Reference to existing dockspace control instance.
element KryptonDockingDockspace Reference to docking dockspace element that is managing the dockspace control.
cell KryptonWorkspaceCell Reference to dockspace control cell instance.
Результат System