Cancel Field

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

Contains a value that indicates whether a specific event should be canceled.

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

Syntax

'Declaration
Public Cancel As Boolean
public bool Cancel
public:
bool Cancel
val mutable Cancel: bool
public var Cancel : boolean

Remarks

Setting this field to true specifies that the event should be canceled; setting it to false specifies that the event should not be canceled.

.NET Framework Security

See Also

Reference

CancelEventArgs Class

Microsoft.SPOT Namespace