Click or drag to resize

IOListTSubscribeToTargetEvent Method

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.IO
Assembly:  Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntax
public void SubscribeToTargetEvent(
	ref AIOLineChangedEventHandler function,
	double target
)

Parameters

function
Type: Brainboxes.IOAIOLineChangedEventHandler

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

target
Type: SystemDouble

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

See Also