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

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