IOLineSubscribeToTargetEvent Method |
Register an event with this handler to be notified when the state of this AIOLine
goes over the value specified and below the value specified
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void SubscribeToTargetEvent(
ref AIOLineChangedEventHandler function,
double target
)
Public Sub SubscribeToTargetEvent (
ByRef function As AIOLineChangedEventHandler,
target As Double
)
member SubscribeToTargetEvent :
function : AIOLineChangedEventHandler byref *
target : float -> unit
Parameters
- function AIOLineChangedEventHandler
[Missing <param name="function"/> documentation for "M:Brainboxes.IO.IOLine.SubscribeToTargetEvent(Brainboxes.IO.AIOLineChangedEventHandler@,System.Double)"]
- target Double
[Missing <param name="target"/> documentation for "M:Brainboxes.IO.IOLine.SubscribeToTargetEvent(Brainboxes.IO.AIOLineChangedEventHandler@,System.Double)"]
See Also