C# Class ComponentFactory.Krypton.Workspace.PageLoadingEventArgs

Event data for persisting extra data for a workspace cell page.
Inheritance: XmlLoadingEventArgs
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
PageLoadingEventArgs ( KryptonWorkspace workspace, KryptonPage page, XmlReader xmlReader ) : System

Initialize a new instance of the PageLoadingEventArgs class.

Method Details

PageLoadingEventArgs() public method

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.
return System