eDriven Framework API
DispatchEvent Method (e, immediate)
NamespaceseDriven.Core.EventsIEventDispatcherDispatchEvent(Event, Boolean)
eDriven Framework API
Dispatches an event with an option for switching on delayed processing
Declaration Syntax
C#Visual BasicVisual C++
void DispatchEvent(
	Event e,
	bool immediate
)
Sub DispatchEvent ( _
	e As Event, _
	immediate As Boolean _
)
void DispatchEvent(
	Event^ e, 
	bool immediate
)
Parameters
e (Event)
Event
immediate (Boolean)
Process immediatelly or on the next update?

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