Click or drag to resize

DispatcherNextAction Property

Get the next time/action pair that will be executed.

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

Property Value

Type: TupleFixed, Delegate, Object
See Also