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

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

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

Метод Описание
DockableWorkspaceCellEventArgs ( KryptonDockableWorkspace workspace, KryptonDockingWorkspace element, KryptonWorkspaceCell cell ) : System

Initialize a new instance of the DockableWorkspaceCellEventArgs class.

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

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

Initialize a new instance of the DockableWorkspaceCellEventArgs class.
public DockableWorkspaceCellEventArgs ( KryptonDockableWorkspace workspace, KryptonDockingWorkspace element, KryptonWorkspaceCell cell ) : System
workspace KryptonDockableWorkspace Reference to existing dockable workspace control instance.
element KryptonDockingWorkspace Reference to docking workspace element that is managing the dockable workspace control.
cell KryptonWorkspaceCell Reference to workspace control cell instance.
Результат System