C# Class ComponentFactory.Krypton.Docking.DockPageLoadingEventArgs

Event data for loading docking page configuration.
Inheritance: DockGlobalLoadingEventArgs
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
DockPageLoadingEventArgs ( KryptonDockingManager manager, XmlReader xmlReading, KryptonPage page ) : System

Initialize a new instance of the DockPageLoadingEventArgs class.

Method Details

DockPageLoadingEventArgs() public méthode

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.
Résultat System