'Declaration <CategoryAttribute("Property Changed")> <DescriptionAttribute("Raised when the value of the ShowShortcut property is changed.")> <BrowsableAttribute(True)> Public Event ShowShortcutChanged As EventHandler
'Usage Dim instance As Tool Dim handler As EventHandler AddHandler instance.ShowShortcutChanged, handler
[Category("Property Changed")] [Description("Raised when the value of the ShowShortcut property is changed.")] [Browsable(true)] public event EventHandler ShowShortcutChanged