_Io_setEventPostScript

Sets the user defined function to be called after every fired event.

_Io_setEventPostScript(Const $fCallback)

Return Value

None

Remarks

The callback requires exactly three parameters `$sEventName`, `$sEventFuncName` and `$bSuccess`. If the event name callback failed. `$bSuccess` is false

Related

_Io_setEventPreScript