C# Class ComponentFactory.Krypton.Docking.FloatingWindowEventArgs

Event arguments for a FloatingWindowAdding/FloatingWindowRemoved event.
Inheritance: System.EventArgs
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
FloatingWindowEventArgs ( KryptonFloatingWindow floatingWindow, KryptonDockingFloatingWindow element ) : System

Initialize a new instance of the FloatingWindowEventArgs class.

Method Details

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