Share via


Cancel Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Cancels the processing of raw input.

Namespace:  Microsoft.SPOT.Input
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Sub Cancel
public void Cancel()
public:
void Cancel()
member Cancel : unit -> unit 
public function Cancel()

Remarks

Canceling the processing of raw input will remove it from the input staging area. The input will not be converted to a series of Windows Presentation Foundation (WPF) events.

.NET Framework Security

See Also

Reference

PreProcessInputEventArgs Class

Microsoft.SPOT.Input Namespace