C# Class ComponentFactory.Krypton.Docking.AutoHiddenSeparatorResizeEventArgs

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

Public Methods

Method Description
AutoHiddenSeparatorResizeEventArgs ( KryptonSeparator separator, KryptonDockspace dockspace, KryptonPage page, Rectangle resizeRect ) : System

Initialize a new instance of the AutoHiddenSeparatorResizeEventArgs class.

Method Details

AutoHiddenSeparatorResizeEventArgs() public method

Initialize a new instance of the AutoHiddenSeparatorResizeEventArgs class.
public AutoHiddenSeparatorResizeEventArgs ( KryptonSeparator separator, KryptonDockspace dockspace, KryptonPage page, Rectangle resizeRect ) : System
separator ComponentFactory.Krypton.Toolkit.KryptonSeparator Reference to separator control instance.
dockspace KryptonDockspace Reference to dockspace control instance.
page ComponentFactory.Krypton.Navigator.KryptonPage Reference to page contained in the dockspace.
resizeRect System.Drawing.Rectangle Initial resizing rectangle.
return System