FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / SortDialog Class / DialogClosed Event

In This Topic
    DialogClosed Event
    In This Topic
    Occurs when the user closes the dialog.
    Syntax
    'Declaration
     
    
    Public Event DialogClosed As EventHandler(Of CancelEventArgs)
    public event EventHandler<CancelEventArgs> DialogClosed
    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