Class PreProcessInputEventArgs
- Namespace
- nanoFramework.UI.Input
- Assembly
- nanoFramework.Graphics.dll
Allows the handler to cancel the processing of an input event.
public sealed class PreProcessInputEventArgs : ProcessInputEventArgs
- Inheritance
-
PreProcessInputEventArgs
- Inherited Members
- Extension Methods
Remarks
An instance of this class is passed to the handlers of the following events: cref="InputManager.PreProcessInput"
Properties
Canceled
Whether or not the input event processing was canceled.
public bool Canceled { get; }
Property Value
Methods
Cancel()
Cancels the processing of the input event.
public void Cancel()