Click or drag to resize

IOLineUnsubscribeToTargetEvent Method

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
public void UnsubscribeToTargetEvent(
	ref AIOLineChangedEventHandler function
)

Parameters

function
Type: Brainboxes.IOAIOLineChangedEventHandler

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

See Also