Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / MaskedTextChangedEventArgs Class / NewText Property

In This Topic
    NewText Property (MaskedTextChangedEventArgs)
    In This Topic
    Gets a new text.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NewText As String
    public string NewText {get;}
    See Also