eDriven Framework API
LoadingEvent Constructor (type, message)
NamespaceseDriven.Gui.EventsLoadingEventLoadingEvent(String, String)
eDriven Framework API
Initializes a new instance of the LoadingEvent class
Declaration Syntax
C#Visual BasicVisual C++
public LoadingEvent(
	string type,
	string message
)
Public Sub New ( _
	type As String, _
	message As String _
)
public:
LoadingEvent(
	String^ type, 
	String^ message
)
Parameters
type (String)
message (String)

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)