Table of Contents

Class RefreshEventArgs

Namespace
Nalu
Assembly
Nalu.Maui.VirtualScroll.dll

Event arguments for the refresh event.

public class RefreshEventArgs : EventArgs
Inheritance
RefreshEventArgs
Inherited Members

Constructors

RefreshEventArgs(Action)

Initializes a new instance of the RefreshEventArgs class.

public RefreshEventArgs(Action completionCallback)

Parameters

completionCallback Action

Callback to invoke when the refresh is complete.

Properties

Complete

Gets the callback to invoke when the refresh is complete.

public Action Complete { get; }

Property Value

Action