Click or drag to resize

EventCanceled Property

Has the event been canceled.

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

Property Value

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