Table of Contents

Class PreProcessInputEventArgs

Namespace
GHIElectronics.Endpoint.UI.Input
Assembly
GHIElectronics.Endpoint.UI.dll

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

public sealed class PreProcessInputEventArgs : ProcessInputEventArgs
Inheritance
PreProcessInputEventArgs
Inherited Members

Remarks

An instance of this class is passed to the handlers of the following events:

Properties

Canceled

Whether or not the input event processing was canceled.

public bool Canceled { get; }

Property Value

bool

Methods

Cancel()

Cancels the processing of the input event.

public void Cancel()