DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionViewDataCollection Class / SortChanged Event

In This Topic
    SortChanged Event (C1CollectionViewDataCollection)
    In This Topic
    Raised after a sort operation was performed.
    Syntax
    'Declaration
     
    Public Event SortChanged As EventHandler
    public event EventHandler SortChanged
    See Also