C# Class ComponentFactory.Krypton.Docking.DockPageLoadingEventArgs

Event data for loading docking page configuration.
Inheritance: DockGlobalLoadingEventArgs
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
DockPageLoadingEventArgs ( KryptonDockingManager manager, XmlReader xmlReading, KryptonPage page ) : System

Initialize a new instance of the DockPageLoadingEventArgs class.

Method Details

DockPageLoadingEventArgs() public method

Initialize a new instance of the DockPageLoadingEventArgs class.
public DockPageLoadingEventArgs ( KryptonDockingManager manager, XmlReader xmlReading, KryptonPage page ) : System
manager KryptonDockingManager Reference to owning docking manager instance.
xmlReading XmlReader Xml reader for persisting custom data.
page ComponentFactory.Krypton.Navigator.KryptonPage Reference to page being loaded.
return System