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

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

Public Methods

Method Description
LoadModuleCompletedEventArgs ( ModuleInfo moduleInfo, Exception error ) : System

Initializes a new instance of the LoadModuleCompletedEventArgs class.

Method Details

LoadModuleCompletedEventArgs() public method

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