ItemsRepeaterElementPreparedEventArgs Class

Summary

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

Syntax

public class ItemsRepeaterElementPreparedEventArgs

Properties

Name Value Summary
Element IControl
Gets the prepared element.
Index int
Gets the index of the item the element was prepared for.