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