Table of Contents

Class CustomEventArgs

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

Contains argument values for custom events.

public class CustomEventArgs : EventArgs
Inheritance
CustomEventArgs
Inherited Members
Extension Methods

Properties

Data1

Value of 1st field in event.

public ushort Data1 { get; }

Property Value

ushort

Data2

Value of 1st field in event.

public uint Data2 { get; }

Property Value

uint