IOListTSubscribeToTargetEvents Method |
Note: This API is now obsolete.
Register event with this handler to be notified when the state of this AIOLines in the list
goes over the value specified and below the value specified.
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 UnsubscribeToTargetEvents
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax [ObsoleteAttribute("SubscribeToTargetEvents is deprecated. Replaced by SubscribeToTargetEvent")]
public void SubscribeToTargetEvents(
ref AIOLineChangedEventHandler function,
double target
)
<ObsoleteAttribute("SubscribeToTargetEvents is deprecated. Replaced by SubscribeToTargetEvent")>
Public Sub SubscribeToTargetEvents (
ByRef function As AIOLineChangedEventHandler,
target As Double
)
[<ObsoleteAttribute("SubscribeToTargetEvents is deprecated. Replaced by SubscribeToTargetEvent")>]
member SubscribeToTargetEvents :
function : AIOLineChangedEventHandler byref *
target : float -> unit
Parameters
- function AIOLineChangedEventHandler
[Missing <param name="function"/> documentation for "M:Brainboxes.IO.IOList`1.SubscribeToTargetEvents(Brainboxes.IO.AIOLineChangedEventHandler@,System.Double)"]
- target Double
[Missing <param name="target"/> documentation for "M:Brainboxes.IO.IOList`1.SubscribeToTargetEvents(Brainboxes.IO.AIOLineChangedEventHandler@,System.Double)"]
See Also