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.0.0.0 (1.0.0.0)
Syntax
public void UnsubscribeToDeltaEvent(
	ref AIOLineChangedEventHandler function
)

Parameters

function  AIOLineChangedEventHandler

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

See Also