BindingSource.MovePrevious Method

Definition

Moves to the previous item in the list.

public:
 void MovePrevious();
public void MovePrevious ();
member this.MovePrevious : unit -> unit
Public Sub MovePrevious ()

Remarks

This method changes the current value of the Position property to the previous item in the underlying data source.

Applies to

See also