IEventListener.HandleEvent

IEventListener.HandleEvent method

This method is called whenever an event occurs of the type for which the IEventListener interface was registered.

public void HandleEvent(Event @event)
ParameterTypeDescription
eventEventThe Event contains contextual information about the event. It also contains the StopPropagation and PreventDefault methods which are used in determining the event’s flow and default action.

See Also