[Missing <summary> documentation for "T:VVVV.PluginInterfaces.V2.SpreadChangedEventHander`1"]

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
public delegate void SpreadChangedEventHander<T>(
	IDiffSpread<T> spread
)

Parameters

spread
Type: VVVV.PluginInterfaces.V2..::..IDiffSpread<(Of <(<'T>)>)>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:VVVV.PluginInterfaces.V2.SpreadChangedEventHander`1"]

See Also