Click or drag to resize

IOLineUnsubscribeToTargetEvents Method

Note: This API is now obsolete.

Unsubscribe a registered target event with this handler to stop being notified when this event is triggered

Namespace:  Brainboxes.IO
Assembly:  Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntax
[ObsoleteAttribute("UnsubscribeToTargetEvents is deprecated. Replaced with UnsubscribeToTargetEvent.")]
public void UnsubscribeToTargetEvents(
	ref AIOLineChangedEventHandler function
)

Parameters

function
Type: Brainboxes.IOAIOLineChangedEventHandler

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

See Also