C# Class ComponentFactory.Krypton.Docking.DockGlobalSavingEventArgs

Event data for saving global docking configuration.
Inheritance: System.EventArgs
Datei anzeigen Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
DockGlobalSavingEventArgs ( KryptonDockingManager manager, XmlWriter xmlWriter ) : System

Initialize a new instance of the DockGlobalSavingEventArgs class.

Method Details

DockGlobalSavingEventArgs() public method

Initialize a new instance of the DockGlobalSavingEventArgs class.
public DockGlobalSavingEventArgs ( KryptonDockingManager manager, XmlWriter xmlWriter ) : System
manager KryptonDockingManager Reference to owning docking manager instance.
xmlWriter System.Xml.XmlWriter Xml writer for persisting custom data.
return System