ItemVisibilityEventArgs(Object, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.