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