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