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