C# Class ComponentFactory.Krypton.Workspace.RecreateLoadingPageEventArgs

Event arguments for events that need to request a KryptonPage from a provided unique name.
Inheritance: CancelEventArgs
Exibir arquivo Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
RecreateLoadingPageEventArgs ( string uniqueName ) : System

Initialize a new instance of the RecreateLoadingPageEventArgs class.

Method Details

RecreateLoadingPageEventArgs() public method

Initialize a new instance of the RecreateLoadingPageEventArgs class.
public RecreateLoadingPageEventArgs ( string uniqueName ) : System
uniqueName string Unique name of the page that needs creating.
return System