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