eDriven Framework API
The signature of an event handler

Declaration Syntax
public delegate void EventHandler(
Event e
)
Public Delegate Sub EventHandler ( _
e As Event _
)
public delegate void EventHandler(
Event^ e
)

Parameters
- e (Event)
- The event consumed by the handler (for accessing event data, it should be casted to the expected event type)

Remarks
Coded by Danko Kozar
Assembly:
eDriven.Core (Module: eDriven.Core) Version: 2.0.1.0 (2.0.1.0)