SimpleVarArgFunction.OnNewPartialArguments Method (Argument[], IListener)
Called when arguments should be checked for a condition that might yield a new value to the listener.
This function is called immediately upon subscription, and when any of the arguments change.
Override in subclass to handle partially complete arguments. If the function are not
interested in the arguments before they are all ready, override OnNewArguments
instead.
Location
- Namespace
- Fuse.Reactive
- Package
- Fuse.Reactive.Expressions 2.9.1
Parameters
- args
-
An array of the arguments to the functoin and their status.
- listener
-
The listener which should receive any new data yielded from the function.