'Declaration <DescriptionAttribute("Raised when the value of the SelectionVisualStyle property is changed.")> <CategoryAttribute("Property Changed")> Public Event SelectionVisualStyleChanged As EventHandler
'Usage Dim instance As DetailGrid Dim handler As EventHandler AddHandler instance.SelectionVisualStyleChanged, handler
[Description("Raised when the value of the SelectionVisualStyle property is changed.")] [Category("Property Changed")] public event EventHandler SelectionVisualStyleChanged