'Declaration
<SRDescriptionAttribute("Occurs when the value of the ContextMenuStrip property changes.")> <SRCategoryAttribute("Property Changed")> Public Event ContextMenuStripChanged As System.EventHandler
'Usage
Dim instance As EditSourceDialog Dim handler As System.EventHandler AddHandler instance.ContextMenuStripChanged, handler
[SRDescription("Occurs when the value of the ContextMenuStrip property changes.")] [SRCategory("Property Changed")] public event System.EventHandler ContextMenuStripChanged