CurrentItemChangedEventArgs.PreviousItem Property

Definition

Gets the item that was previously current before the change.

public:
 property System::Object ^ PreviousItem { System::Object ^ get(); };
public object PreviousItem { get; }
member this.PreviousItem : obj
Public ReadOnly Property PreviousItem As Object

Property Value

The previously current item, or null if there was no previous item.

Applies to