M-Files UI Extensibility Framework
IEvents Interface
Members 
Description
IEvents interface allows explicit event handler registrations to be made. The alternative is to use the implicit mechanism by implementing the event handlers with pre-defined names e.g. Event_Started -> OnStarted, Event_Stop -> OnStop etc. 
Public Methods
Registers a handler object/function for handling the specified type of events.
Unregisters the event handler.
See Also

IEvents Members