C# 클래스 Microsoft.Practices.Prism.Modularity.LoadModuleCompletedEventArgs

Provides completion information after a module is loaded, or fails to load.
상속: System.EventArgs
파일 보기 프로젝트 열기: xperiandri/PortablePrism 1 사용 예제들

공개 메소드들

메소드 설명
LoadModuleCompletedEventArgs ( ModuleInfo moduleInfo, Exception error ) : System

Initializes a new instance of the LoadModuleCompletedEventArgs class.

메소드 상세

LoadModuleCompletedEventArgs() 공개 메소드

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.
리턴 System