C# Class ComponentFactory.Krypton.Workspace.XmlLoadingEventArgs

Event data for persisting extra data for a workspace.
Inheritance: System.EventArgs
ファイルを表示 Open project: ComponentFactory/Krypton

Public Methods

Method Description
XmlLoadingEventArgs ( KryptonWorkspace workspace, XmlReader xmlReading ) : System

Initialize a new instance of the XmlLoadingEventArgs class.

Method Details

XmlLoadingEventArgs() public method

Initialize a new instance of the XmlLoadingEventArgs class.
public XmlLoadingEventArgs ( KryptonWorkspace workspace, XmlReader xmlReading ) : System
workspace KryptonWorkspace Reference to owning workspace control.
xmlReading XmlReader Xml reader for persisting custom data.
return System