The event args are used for the load on demand functionality.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class LoadOnDemandEventArgs : EventArgs
Inheritance: objectEventArgsLoadOnDemandEventArgs
Inherited Members
Constructors
Initializes a new instance of the LoadOnDemandEventArgs class.
Properties
Gets or sets a value indicating whether the data is loaded.
C#
public bool IsDataLoaded { get; set; }