Back to Devexpress

SlideView.CurrentItemChanged Event

maui-devexpress-dot-maui-dot-core-dot-slideview-10bc438d.md

latest1.0 KB
Original Source

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

csharp
public event EventHandler<ValueChangedEventArgs<object>> CurrentItemChanged

Event Data

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

PropertyDescription
NewValueGets the new value.
OldValueGets the old value.

See Also

SlideView Class

SlideView Members

DevExpress.Maui.Core Namespace