Click or drag to resize

EventCanceled Property

Has the event been canceled.

Namespace:  Demo3D.EventQueue
Assembly:  Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 15.0.2.11458
Syntax
C#
public bool Canceled { get; set; }

Property Value

Type: Boolean
Remarks
Events that have already occurred are also marked as canceled.
See Also