Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / MaskFormatChangedEventArgs Class
Members

In This Topic
    MaskFormatChangedEventArgs Class
    In This Topic
    Provides data for the C1MaskedTextBox.OnMaskFormatChanged event.
    Syntax
    'Declaration
     
    
    Public Class MaskFormatChangedEventArgs 
       Inherits System.EventArgs
    public class MaskFormatChangedEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.Blazor.Input.MaskFormatChangedEventArgs

    See Also