Table of Contents

Class NotifyInputEventArgs

Namespace
nanoFramework.UI.Input
Assembly
nanoFramework.Graphics.dll

Provides information about an input event being processed by the input manager.

public class NotifyInputEventArgs : EventArgs
Inheritance
NotifyInputEventArgs
Derived
Inherited Members
Extension Methods

Remarks

An instance of this class, or a derived class, is passed to the handlers of the following events:

Fields

StagingItem

The staging area input item being processed by the input manager.

public readonly StagingAreaInputItem StagingItem

Field Value

StagingAreaInputItem