FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / ColumnFilterEditor Class / CloseEditor Event

In This Topic
    CloseEditor Event
    In This Topic
    Occurs when the user closes the editor.
    Syntax
    'Declaration
     
    Public Event CloseEditor As EventHandler(Of CancelEventArgs)
    public event EventHandler<CancelEventArgs> CloseEditor
    Event Data

    The event handler receives an argument of type CancelEventArgs containing data related to this event. The following CancelEventArgs properties provide information specific to this event.

    PropertyDescription
     
    See Also