PreProcessInputEventArgs Class
NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Input
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.