'Declaration
<SRCategoryAttribute("Action")> <SRDescriptionAttribute("Occurs after the mouse capture is changed.")> Public Event MouseCaptureChanged As System.EventHandler
'Usage
Dim instance As EditSourceDialog Dim handler As System.EventHandler AddHandler instance.MouseCaptureChanged, handler
[SRCategory("Action")] [SRDescription("Occurs after the mouse capture is changed.")] public event System.EventHandler MouseCaptureChanged