Exemple #1
0
 void IBindingList <T> .ApplySort(
     SCM.PropertyDescriptor property,
     SCM.ListSortDirection direction
     )
 {
     AsBindingList.ApplySort(property, direction);
 }
 void IBindingList <T> .RemoveSort()
 {
     AsBindingList.RemoveSort();
 }
 void IBindingList <T> .RemoveIndex(SCM.PropertyDescriptor property)
 {
     AsBindingList.RemoveIndex(property);
 }
 void IBindingList <T> .AddIndex(SCM.PropertyDescriptor property)
 {
     AsBindingList.AddIndex(property);
 }
 int IBindingList <T> .Find(SCM.PropertyDescriptor property, object key)
 {
     return(AsBindingList.Find(property, key));
 }