CurrentItemChangedEventArgs.PreviousItem Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.