Click or drag to resize

WidgetOnInputRemoved Delegate

The callback on input connection removed.

Namespace:  IBM.Watson.DeveloperCloud.Widgets
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public delegate void OnInputRemoved(
	WidgetInput input
)

Parameters

input
Type: IBM.Watson.DeveloperCloud.WidgetsWidgetInput
See Also