FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / ExcelFilterEditor Class / CloseEditor Event

In This Topic
    CloseEditor Event
    In This Topic
    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