'Declaration
<SRDescriptionAttribute("Event raised when the value of the BackgroundImage property is changed on Control.")> <SRCategoryAttribute("Property Changed")> Public Event BackgroundImageChanged As System.EventHandler
'Usage
Dim instance As EditSourceDialog Dim handler As System.EventHandler AddHandler instance.BackgroundImageChanged, handler
[SRDescription("Event raised when the value of the BackgroundImage property is changed on Control.")] [SRCategory("Property Changed")] public event System.EventHandler BackgroundImageChanged