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

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

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

Метод Описание
FloatspaceCellEventArgs ( KryptonFloatspace floatspace, KryptonDockingFloatspace element, KryptonWorkspaceCell cell ) : System

Initialize a new instance of the FloatspaceCellEventArgs class.

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

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

Initialize a new instance of the FloatspaceCellEventArgs class.
public FloatspaceCellEventArgs ( KryptonFloatspace floatspace, KryptonDockingFloatspace element, KryptonWorkspaceCell cell ) : System
floatspace KryptonFloatspace Reference to existing floatspace control instance.
element KryptonDockingFloatspace Reference to docking floatspace element that is managing the floatspace control.
cell KryptonWorkspaceCell Reference tofloatspace control cell instance.
Результат System