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