Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change.
ON

SlideView.CurrentItemChanged Event

Occurs when the displayed item is replaced with another item.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public event EventHandler<ValueChangedEventArgs<object>> CurrentItemChanged

Event Data

The CurrentItemChanged event's data class is ValueChangedEventArgs<Object>. The following properties provide information specific to this event:

Property Description
NewValue Gets the new value of a property.
OldValue Gets the old value of a property.
See Also