'Declaration <DescriptionAttribute("Raised when the grid element is clicked.")> <CategoryAttribute("Action")> Public Event Click As EventHandler
'Usage Dim instance As VisualGridElement Dim handler As EventHandler AddHandler instance.Click, handler
[Description("Raised when the grid element is clicked.")] [Category("Action")] public event EventHandler Click