Skip to main content

PreProcessInputEventArgs Class

Namespace: GHIElectronics.TinyCLR.UI.Input · Assembly: GHIElectronics.TinyCLR.UI

Allows the handler to cancel the processing of an input event.

public sealed class PreProcessInputEventArgs : ProcessInputEventArgs

Properties

Canceled

public bool Canceled { get; }

Whether or not the input event processing was canceled.

Methods

Cancel()

public void Cancel()

Cancels the processing of the input event.