C# Класс ComponentFactory.Krypton.Workspace.XmlLoadingEventArgs

Event data for persisting extra data for a workspace.
Наследование: System.EventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
XmlLoadingEventArgs ( KryptonWorkspace workspace, XmlReader xmlReading ) : System

Initialize a new instance of the XmlLoadingEventArgs class.

Описание методов

XmlLoadingEventArgs() публичный Метод

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.
Результат System