[Missing <summary> documentation for "T:Bespoke.Common.UpdateLabelHandler"]

Namespace:  Bespoke.Common
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public delegate void UpdateLabelHandler(
	Label label,
	string text
)
Visual Basic (Declaration)
Public Delegate Sub UpdateLabelHandler ( _
	label As Label, _
	text As String _
)
Visual C++
public delegate void UpdateLabelHandler(
	Label^ label, 
	String^ text
)

See Also