ClassDataBindingCompleteEventArgs
Class
Encapsulates the information associated with the DataBindingComplete event.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class DataBindingCompleteEventArgs : EventArgs
Inheritance: objectEventArgsDataBindingCompleteEventArgs
Inherited Members
Properties
ChangeFlags
Gets the flags that describe the change in the data.
Declaration
cs-api-definition
public DataChangeFlags ChangeFlags { get; }
Property Value