Click or drag to resize

IOLineSubscribeToTargetRangeEvent Method

Register an event with this handler to be notified when the state of this AIOLine changes more than the specified delta value away from the specified target value

Namespace:  Brainboxes.IO
Assembly:  Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntax
public void SubscribeToTargetRangeEvent(
	ref AIOLineChangedEventHandler function,
	double target,
	double delta
)

Parameters

function
Type: Brainboxes.IOAIOLineChangedEventHandler

[Missing <param name="function"/> documentation for "M:Brainboxes.IO.IOLine.SubscribeToTargetRangeEvent(Brainboxes.IO.AIOLineChangedEventHandler@,System.Double,System.Double)"]

target
Type: SystemDouble

[Missing <param name="target"/> documentation for "M:Brainboxes.IO.IOLine.SubscribeToTargetRangeEvent(Brainboxes.IO.AIOLineChangedEventHandler@,System.Double,System.Double)"]

delta
Type: SystemDouble

[Missing <param name="delta"/> documentation for "M:Brainboxes.IO.IOLine.SubscribeToTargetRangeEvent(Brainboxes.IO.AIOLineChangedEventHandler@,System.Double,System.Double)"]

See Also