Click or drag to resize

IOLineSubscribeToTargetRangeEvents Method

Note: This API is now obsolete.

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.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
)

Parameters

function  AIOLineChangedEventHandler

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

target  Double

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

delta  Double

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

See Also