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

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

Syntax

C#
public delegate void UpdatePictureBoxImageHandler(
	PictureBox pictureBox,
	Image image
)
Visual Basic (Declaration)
Public Delegate Sub UpdatePictureBoxImageHandler ( _
	pictureBox As PictureBox, _
	image As Image _
)
Visual C++
public delegate void UpdatePictureBoxImageHandler(
	PictureBox^ pictureBox, 
	Image^ image
)

See Also