Class
CurrentItemChangedEventArgs

Provides data for the current item changed event.

Definition

Namespace:Telerik.Maui.Controls.SlideView

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class CurrentItemChangedEventArgs : EventArgs

Inheritance: objectEventArgsCurrentItemChangedEventArgs

Inherited Members EventArgs.Empty

Fields

NewIndex

The index of the new current item.

Declaration

cs-api-definition
public readonly int NewIndex

Field Value

int

NewItem

The new current item.

Declaration

cs-api-definition
public readonly object NewItem

Field Value

object

OldIndex

The index of the previous current item.

Declaration

cs-api-definition
public readonly int OldIndex

Field Value

int

OldItem

The previous current item.

Declaration

cs-api-definition
public readonly object OldItem

Field Value

object

Methods

Equals(object)

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

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

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)

GetHashCode()

Returns the hash code for this CurrentItemChangedEventArgs.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

A hash code for the current instance.

Overrides object.GetHashCode()