FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGridFilter Class / EditorClosed Event

In This Topic
    EditorClosed Event
    In This Topic
    Occurs when the filter editor is closed.
    Syntax
    'Declaration
     
    Public Event EditorClosed As EventHandler
    public event EventHandler EditorClosed
    Remarks
    You can get a reference to the filter editor using the Editor property.
    See Also