C# Class ComponentFactory.Krypton.Workspace.PagesUnmatchedEventArgs

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

Méthodes publiques

Méthode Description
PagesUnmatchedEventArgs ( KryptonWorkspace workspace, List unmatched ) : System

Initialize a new instance of the PagesUnmatchedEventArgs class.

Method Details

PagesUnmatchedEventArgs() public méthode

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.
Résultat System