C# Class ComponentFactory.Krypton.Docking.FloatspaceEventArgs

Event arguments for a FloatspaceAdding/FloatspaceRemoved event.
Inheritance: System.EventArgs
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
FloatspaceEventArgs ( KryptonFloatspace floatspace, KryptonDockingFloatspace element ) : System

Initialize a new instance of the FloatspaceEventArgs class.

Method Details

FloatspaceEventArgs() public méthode

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