FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / SortDialog Class / Close Method
Whether the changes made by the user should be ignored or applied to the source collection.

In This Topic
    Close Method
    In This Topic
    Closes the dialog and raises the DialogClosed event.
    Syntax
    'Declaration
     
    
    Public Sub Close( _
       ByVal cancel As Boolean _
    ) 
    public void Close( 
       bool cancel
    )

    Parameters

    cancel
    Whether the changes made by the user should be ignored or applied to the source collection.
    See Also