ComponentFactory.Krypton.Docking.FloatingWindowEventArgs.FloatingWindowEventArgs C# (CSharp) Method

FloatingWindowEventArgs() public method

Initialize a new instance of the FloatingWindowEventArgs class.
public FloatingWindowEventArgs ( KryptonFloatingWindow floatingWindow, KryptonDockingFloatingWindow element ) : System
floatingWindow KryptonFloatingWindow Reference to floating window instance.
element KryptonDockingFloatingWindow Reference to docking floating winodw element that is managing the floating window.
return System
        public FloatingWindowEventArgs(KryptonFloatingWindow floatingWindow,
                                       KryptonDockingFloatingWindow element)
        {
            _floatingWindow = floatingWindow;
            _element = element;
        }
FloatingWindowEventArgs