BindingList<T>.IBindingList.RemoveSort Method

Definition

For a description of this member, see RemoveSort().

 virtual void System.ComponentModel.IBindingList.RemoveSort() = System::ComponentModel::IBindingList::RemoveSort;
void IBindingList.RemoveSort ();
abstract member System.ComponentModel.IBindingList.RemoveSort : unit -> unit
override this.System.ComponentModel.IBindingList.RemoveSort : unit -> unit
Sub RemoveSort () Implements IBindingList.RemoveSort

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the BindingList<T> instance is cast to an IBindingList interface.

Applies to