Click or drag to resize

CancelableEventValue Property

Current event. Setting this to a new event (or null) cancels the previous event. Events are automatically set to canceled once the have been occurred.

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

Property Value

Type: Event
See Also