Click or drag to resize

IEventHandler Interface

Defines an interface that handles an event.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface IEventHandler

The IEventHandler type exposes the following members.

Methods
  NameDescription
Public methodHandleEvent
Called by the platform when an event is fired.
Top
See Also