it would be a very useful information when subscribing to the DataBindingComplete Command of a DataGrid to know whether for example a filter, sort, grouping had changed.
Currently, it is an internal Property
public class DataBindingCompleteEventArgs : EventArgs { public IDataViewCollection DataView { get; internal set; }