IEventListener Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Provides an interface to use as the basis of event listeners.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.Native (in Microsoft.SPOT.Native.dll)

Syntax

'Declaration
Public Interface IEventListener
public interface IEventListener
public interface class IEventListener
type IEventListener =  interface end
public interface IEventListener

The IEventListener type exposes the following members.

Methods

  Name Description
Public method InitializeForEventSource Initializes an event listener so that it listens to events from a particular source.
Public method OnEvent Reacts to an event.

Top

See Also

Reference

Microsoft.SPOT Namespace