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

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

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

Метод Описание
PageLoadingEventArgs ( KryptonWorkspace workspace, KryptonPage page, XmlReader xmlReader ) : System

Initialize a new instance of the PageLoadingEventArgs class.

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

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

Initialize a new instance of the PageLoadingEventArgs class.
public PageLoadingEventArgs ( KryptonWorkspace workspace, KryptonPage page, XmlReader xmlReader ) : System
workspace KryptonWorkspace Reference to owning workspace control.
page ComponentFactory.Krypton.Navigator.KryptonPage Reference to owning workspace cell page.
xmlReader XmlReader Xml reader for persisting custom data.
Результат System