IOListTSubscribeToTargetRangeEvents Method |
Note: This API is now obsolete.
Register event with this handler to be notified when the state of this AIOLines in the list
changes more than the specified delta value away from the specified target value.
If IOlines are subsequently added or removed then the events will also be applied
The same event cannot be added twice (function will return and do nothing)
The event can be unregistered using the UnsubscribeToTargetRangeEvents
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax [ObsoleteAttribute("SubscribeToTargetRangeEvents is deprecated. Replaced by SubscribeToTargetRangeEvent")]
public void SubscribeToTargetRangeEvents(
ref AIOLineChangedEventHandler function,
double target,
double delta
)
<ObsoleteAttribute("SubscribeToTargetRangeEvents is deprecated. Replaced by SubscribeToTargetRangeEvent")>
Public Sub SubscribeToTargetRangeEvents (
ByRef function As AIOLineChangedEventHandler,
target As Double,
delta As Double
)
[<ObsoleteAttribute("SubscribeToTargetRangeEvents is deprecated. Replaced by SubscribeToTargetRangeEvent")>]
member SubscribeToTargetRangeEvents :
function : AIOLineChangedEventHandler byref *
target : float *
delta : float -> unit
Parameters
- function AIOLineChangedEventHandler
[Missing <param name="function"/> documentation for "M:Brainboxes.IO.IOList`1.SubscribeToTargetRangeEvents(Brainboxes.IO.AIOLineChangedEventHandler@,System.Double,System.Double)"]
- target Double
[Missing <param name="target"/> documentation for "M:Brainboxes.IO.IOList`1.SubscribeToTargetRangeEvents(Brainboxes.IO.AIOLineChangedEventHandler@,System.Double,System.Double)"]
- delta Double
[Missing <param name="delta"/> documentation for "M:Brainboxes.IO.IOList`1.SubscribeToTargetRangeEvents(Brainboxes.IO.AIOLineChangedEventHandler@,System.Double,System.Double)"]
See Also