OnInterrupt Event

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

Adds or removes callback methods for native events.

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

Syntax

'Declaration
Public Event OnInterrupt As NativeEventHandler
public event NativeEventHandler OnInterrupt
public:
 event NativeEventHandler^ OnInterrupt {
    void add (NativeEventHandler^ value);
    void remove (NativeEventHandler^ value);
}
member OnInterrupt : IEvent<NativeEventHandler,
    EventArgs>
JScript does not support events.

Remarks

Applications can subscribe to this event to be notified when an interrupt event occurs.

.NET Framework Security

See Also

Reference

NativeEventDispatcher Class

Microsoft.SPOT.Hardware Namespace