C# Class ComponentFactory.Krypton.Workspace.XmlSavingEventArgs

Event data for persisting extra data for a workspace.
Inheritance: System.EventArgs
Show file Open project: ComponentFactory/Krypton

Public Methods

Method Description
XmlSavingEventArgs ( KryptonWorkspace workspace, XmlWriter xmlWriter ) : System

Initialize a new instance of the XmlSavingEventArgs class.

Method Details

XmlSavingEventArgs() public method

Initialize a new instance of the XmlSavingEventArgs class.
public XmlSavingEventArgs ( KryptonWorkspace workspace, XmlWriter xmlWriter ) : System
workspace KryptonWorkspace Reference to owning workspace control.
xmlWriter System.Xml.XmlWriter Xml writer for persisting custom data.
return System