ComponentFactory.Krypton.Docking.FloatspaceCellEventArgs.FloatspaceCellEventArgs C# (CSharp) Méthode

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
        public FloatspaceCellEventArgs(KryptonFloatspace floatspace,
                                       KryptonDockingFloatspace element,
                                       KryptonWorkspaceCell cell)
        {
            _floatspace = floatspace;
            _element = element;
            _cell = cell;
        }
FloatspaceCellEventArgs