ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.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 System.EventHandler
    public event System.EventHandler ExpressionChanged
    See Also