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