C# Class ComponentFactory.Krypton.Docking.FloatspaceCellEventArgs

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

Méthodes publiques

Méthode Description
FloatspaceCellEventArgs ( KryptonFloatspace floatspace, KryptonDockingFloatspace element, KryptonWorkspaceCell cell ) : System

Initialize a new instance of the FloatspaceCellEventArgs class.

Method Details

FloatspaceCellEventArgs() public méthode

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.
Résultat System