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

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

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

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

Initialize a new instance of the FloatspaceEventArgs class.

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

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

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