Click or drag to resize

DispatcherFutureActions Property

Get all current actions and future events for debugging.

Namespace:  Demo3D.EventQueue
Assembly:  Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 11.0.0.7658
Syntax
C#
public IEnumerable<Tuple<Fixed, Delegate, Object>> FutureActions { get; }

Property Value

Type: IEnumerableTupleFixed, Delegate, Object
See Also