ItemsRepeaterElementIndexChangedEventArgs Class

Summary

Provides data for the ElementIndexChanged event.
Namespace
Avalonia.Controls
Base Types
  • object
  • EventArgs
graph BT Type-->Base0["EventArgs"] Base0-->Base1["object"] Type["ItemsRepeaterElementIndexChangedEventArgs"] class Type type-node

Syntax

public class ItemsRepeaterElementIndexChangedEventArgs : EventArgs

Properties

Name Value Summary
Element IControl
Get the element for which the index changed.
NewIndex int
Gets the index of the element after the change.
OldIndex int
Gets the index of the element before the change.