EventOccurredHandler¶ delegate void EventOccurredHandler(IEvent ev, string context)¶ Represents the method that is called when a subscribed event occurs. Parameters ev – Event that occurred. context – Context information why the event has occurred.