Click or drag to resize

IOLineSubscribeToTargetEvents Method

Note: This API is now obsolete.

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.IO
Assembly:  Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntax
[ObsoleteAttribute("SubscribeToTargetEvents is deprecated. Replaced by SubscribeToTargetEvent")]
public void SubscribeToTargetEvents(
	ref AIOLineChangedEventHandler function,
	double target
)

Parameters

function
Type: Brainboxes.IOAIOLineChangedEventHandler

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

target
Type: SystemDouble

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

See Also