Share via


IEventListener.OnEvent Method

Reacts to an event.

Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public bool OnEvent (
         BaseEventev
)

Parameters

  • ev
    Holds the event that occurred.

Return Value

true if the event was processed, or false if not.

Version Information

Available in the .NET Micro Framework versions 3.0, 4.0, and 4.1.

See Also

Reference

IEventListener Interface
IEventListener Members
Microsoft.SPOT Namespace