'Declaration <DescriptionAttribute("Raised when the value of the LeftRightWidth property is changed")> <CategoryAttribute("Property Changed")> <BrowsableAttribute(False)> Public Event LeftRightWidthChanged As EventHandler
'Usage Dim instance As AutoHideFrameAppearance Dim handler As EventHandler AddHandler instance.LeftRightWidthChanged, handler
[Description("Raised when the value of the LeftRightWidth property is changed")] [Category("Property Changed")] [Browsable(false)] public event EventHandler LeftRightWidthChanged