eDriven Framework API
Dispatches an event with an option for switching on delayed processing

Declaration Syntax
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)