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