Encapsulates the information associated with the DataBindingComplete event.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class DataBindingCompleteEventArgs : EventArgs
Inheritance: objectEventArgsDataBindingCompleteEventArgs
Inherited Members
Properties
Gets or sets the flags that describe the change in the data.
C#
public DataChangeFlags ChangeFlags { get; }
Gets the IDataViewCollection implementation that allows for traversing and/or manipulating the already computed data view.
C#
public IDataViewCollection DataView { get; }