ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.ExpressionEditor Namespace / C1ExpressionEditor Class / ExpressionChanged Event

In This Topic
    ExpressionChanged Event
    In This Topic
    Occurs when expression string changed.
    Syntax
    'Declaration
     
    Public Event ExpressionChanged As EventHandler
    public event EventHandler ExpressionChanged
    See Also