[Missing <summary> documentation for "T:VVVV.PluginInterfaces.V2.PinUpdatedEventHandler"]

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

Syntax

C#
public delegate void PinUpdatedEventHandler(
	Object sender,
	EventArgs args
)

Parameters

sender
Type: System..::..Object
args
Type: System..::..EventArgs

See Also