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

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

Syntax

C#
public delegate void UpdateTextBoxHandler(
	TextBox textBox,
	string text
)
Visual Basic (Declaration)
Public Delegate Sub UpdateTextBoxHandler ( _
	textBox As TextBox, _
	text As String _
)
Visual C++
public delegate void UpdateTextBoxHandler(
	TextBox^ textBox, 
	String^ text
)

Parameters

textBox
Type: System.Windows.Forms..::.TextBox
text
Type: System..::.String

See Also