'Declaration <DescriptionAttribute("Raised when the value of the Mask property is changed.")> <CategoryAttribute("Property Changed")> Public Event MaskChanged As EventHandler
'Usage Dim instance As TextViewer Dim handler As EventHandler AddHandler instance.MaskChanged, handler
[Description("Raised when the value of the Mask property is changed.")] [Category("Property Changed")] public event EventHandler MaskChanged