Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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 | |
---|---|---|
![]() |
InitializeForEventSource | Initializes an event listener so that it listens to events from a particular source. |
![]() |
OnEvent | Reacts to an event. |
Top