Table of Contents

Class CustomEvent

Namespace
nanoFramework.Runtime.Events
Assembly
nanoFramework.Runtime.Events.dll

Provides handling for custom native events.

public static class CustomEvent
Inheritance
CustomEvent
Inherited Members

Events

CustomEventPosted

Event occurs when a custom event is posted.

public static event CustomEventPostedEventHandler CustomEventPosted

Event Type

CustomEventPostedEventHandler

Remarks

The CustomEvent class raises CustomEventPosted event when a custom event is posted.

To have a CustomEvent object call an event-handling method when a CustomEventPosted event occurs, you must associate the method with a CustomEventPostedEventHandler delegate, and add this delegate to this event.