FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / ColumnFilterEditor Class / OnCloseEditor Method

In This Topic
    OnCloseEditor Method
    In This Topic
    Raises the CloseEditor event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnCloseEditor( _
       ByVal applyEdits As Boolean _
    ) 
    protected virtual void OnCloseEditor( 
       bool applyEdits
    )

    Parameters

    applyEdits
    See Also