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

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

Syntax

C#
public delegate void UpdateButtonTextHandler(
	Button button,
	string text
)
Visual Basic (Declaration)
Public Delegate Sub UpdateButtonTextHandler ( _
	button As Button, _
	text As String _
)
Visual C++
public delegate void UpdateButtonTextHandler(
	Button^ button, 
	String^ text
)

Parameters

button
Type: System.Windows.Forms..::.Button
text
Type: System..::.String

See Also