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