Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / MaskFormatChangedEventArgs Class / NewValue Property

In This Topic
    NewValue Property (MaskFormatChangedEventArgs)
    In This Topic
    Gets the new masked text value.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NewValue As String
    public string NewValue {get;}
    See Also