Suspend coroutine until the supplied expression changes.
Namespace: Demo3D.NativeAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic static ITask UntilChanged(
Func<Object> expression,
params INotifyPropertyChanged[] observables
)
Parameters
- expression FuncObject
- Expression to suspend until change.
- observables INotifyPropertyChanged
- Collection of INotifyPropertyChanged objects to re-evaluate the expression for when they change.
Return Value
ITaskA task representing the wait for expression to change.
See Also