C# Class ComponentFactory.Krypton.Workspace.PagesUnmatchedEventArgs

Event data for listing pages unmatched during the load process.
Inheritance: System.EventArgs
Datei anzeigen Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
PagesUnmatchedEventArgs ( KryptonWorkspace workspace, List unmatched ) : System

Initialize a new instance of the PagesUnmatchedEventArgs class.

Method Details

PagesUnmatchedEventArgs() public method

Initialize a new instance of the PagesUnmatchedEventArgs class.
public PagesUnmatchedEventArgs ( KryptonWorkspace workspace, List unmatched ) : System
workspace KryptonWorkspace Reference to owning workspace control.
unmatched List List of pages unmatched during the load process.
return System