PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / AdvancedEditor Class / TextChanged Event

In This Topic
    TextChanged Event
    In This Topic
    Occurs when the text changes.
    Syntax
    'Declaration
     
    
    Public Event TextChanged As EventHandler
    public event EventHandler TextChanged
    See Also