ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.ExpressionEditor Namespace / C1ExpressionEditor Class / OnExpressionChanged(EventArgs) Method

In This Topic
    OnExpressionChanged(EventArgs) Method
    In This Topic
    Rises the ExpressionChanged event.
    Syntax
    'Declaration
     
    Protected Sub OnExpressionChanged( _
       ByVal e As EventArgs _
    ) 
    protected void OnExpressionChanged( 
       EventArgs e
    )

    Parameters

    e
    See Also