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