FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / SortDialog Class / OnDialogClosed Method
System.ComponentModel.CancelEventArgs that indicates whether the new sort parameters should be applied or discarded.

In This Topic
    OnDialogClosed Method
    In This Topic
    Raises the DialogClosed event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnDialogClosed( _
       ByVal e As CancelEventArgs _
    ) 
    protected virtual void OnDialogClosed( 
       CancelEventArgs e
    )

    Parameters

    e
    System.ComponentModel.CancelEventArgs that indicates whether the new sort parameters should be applied or discarded.
    See Also