eDriven Framework API
Dispatches an event with the option of late processing (immediate = TRUE/FALSE)

Declaration Syntax
public virtual void DispatchEvent(
Event e,
bool immediate
)
Public Overridable Sub DispatchEvent ( _
e As Event, _
immediate As Boolean _
)
public:
virtual void DispatchEvent(
Event^ e,
bool immediate
)

Parameters
- e (Event)
- Event
- immediate (Boolean)
- Process immediatelly or delayed?

Return Value
If after the event object finishes propagating through the DOM event flow its Event.DefaultPrevented attribute is false, then this method returns true. Otherwise this method returns false.
Assembly:
eDriven.Core (Module: eDriven.Core) Version: 2.0.1.0 (2.0.1.0)