Click or drag to resize

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

Parameters

function  AIOLineChangedEventHandler
Function to be run when event is triggered
See Also