ItemVisibilityEventArgs(Object, Int32) Constructor

Definition

Creates a new ItemVisibilityEventArgs with the specified item and index.

public:
 ItemVisibilityEventArgs(System::Object ^ item, int itemIndex);
public ItemVisibilityEventArgs(object item, int itemIndex);
new Microsoft.Maui.Controls.ItemVisibilityEventArgs : obj * int -> Microsoft.Maui.Controls.ItemVisibilityEventArgs
Public Sub New (item As Object, itemIndex As Integer)

Parameters

item
Object

The item whose visibility changed.

itemIndex
Int32

The index of the item.

Applies to