New to Telerik UI for .NET MAUIStart a free 30-day trial

Provides data for the current item changed event.

Definition

Namespace:Telerik.Maui.Controls.SlideView

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class CurrentItemChangedEventArgs : EventArgs

Inheritance: objectEventArgsCurrentItemChangedEventArgs

Inherited Members EventArgs.Empty

Fields

The index of the new current item.

C#
public readonly int NewIndex

The new current item.

C#
public readonly object NewItem

The index of the previous current item.

C#
public readonly int OldIndex

The previous current item.

C#
public readonly object OldItem

Methods

Determines whether the specified object is equal to the current CurrentItemChangedEventArgs.

C#
public override bool Equals(object obj)
Parameters:objobject

The object to compare with the current instance.

Returns:

bool

true if the specified object is equal to the current instance; otherwise, false.

Overrides: object.Equals(object)

Returns the hash code for this CurrentItemChangedEventArgs.

C#
public override int GetHashCode()
Returns:

int

A hash code for the current instance.

Overrides: object.GetHashCode()