Click or drag to resize

IOLineUnsubscribeToDeltaEvent Method

Unsubscribe a registered delta 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 UnsubscribeToDeltaEvent(
	ref AIOLineChangedEventHandler function
)

Parameters

function
Type: Brainboxes.IOAIOLineChangedEventHandler

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

See Also