C# Class ComponentFactory.Krypton.Docking.FloatspaceCellEventArgs

Event arguments for a FloatspaceCellAdding/FloatingCellRemoving events.
Inheritance: System.EventArgs
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
FloatspaceCellEventArgs ( KryptonFloatspace floatspace, KryptonDockingFloatspace element, KryptonWorkspaceCell cell ) : System

Initialize a new instance of the FloatspaceCellEventArgs class.

Method Details

FloatspaceCellEventArgs() public method

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.
return System