Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1MaskedTextBox Class / OnMaskedTextChanged Method

In This Topic
    OnMaskedTextChanged Method (C1MaskedTextBox)
    In This Topic
    Occurs when consistent content that conforms to the Mask changes in the text box.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnMaskedTextChanged( _
       ByVal e As MaskedTextChangedEventArgs _
    ) 
    protected virtual void OnMaskedTextChanged( 
       MaskedTextChangedEventArgs e
    )

    Parameters

    e
    See Also