C# Class Microsoft.Practices.Prism.Modularity.LoadModuleCompletedEventArgs

Provides completion information after a module is loaded, or fails to load.
Inheritance: System.EventArgs
Afficher le fichier Open project: xperiandri/PortablePrism Class Usage Examples

Méthodes publiques

Méthode Description
LoadModuleCompletedEventArgs ( ModuleInfo moduleInfo, Exception error ) : System

Initializes a new instance of the LoadModuleCompletedEventArgs class.

Method Details

LoadModuleCompletedEventArgs() public méthode

Initializes a new instance of the LoadModuleCompletedEventArgs class.
public LoadModuleCompletedEventArgs ( ModuleInfo moduleInfo, Exception error ) : System
moduleInfo ModuleInfo The module info.
error System.Exception Any error that occurred during the call.
Résultat System