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