Interface IEventListener
- Namespace
- SharpVectors.Dom.Events
- Assembly
- SharpVectors.Core.dll
This interface represents an object that can handle an event dispatched by an IEventTarget object.
public interface IEventListener
Methods
- HandleEvent(IEvent)
A function that is called whenever an event of the specified type occurs.