Share via


Canceled Property

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

Gets a value that indicates whether input processing has been canceled.

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

Syntax

'Declaration
Public ReadOnly Property Canceled As Boolean
public bool Canceled { get; }
public:
property bool Canceled {
    bool get ();
}
member Canceled : bool
function get Canceled () : boolean

Property Value

Type: System. . :: . .Boolean
true if input processing has been canceled; otherwise, false.

.NET Framework Security

See Also

Reference

PreProcessInputEventArgs Class

Microsoft.SPOT.Input Namespace