Expression Editor for WinForms | ComponentOne
C1.Win.ExpressionEditor Namespace / C1ExpressionEditorPanel Class / OnEditorChanged Method

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

    Parameters

    e
    See Also