C# Class ComponentFactory.Krypton.Workspace.XmlLoadingEventArgs

Event data for persisting extra data for a workspace.
Inheritance: System.EventArgs
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes publiques

Méthode Description
XmlLoadingEventArgs ( KryptonWorkspace workspace, XmlReader xmlReading ) : System

Initialize a new instance of the XmlLoadingEventArgs class.

Method Details

XmlLoadingEventArgs() public méthode

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