Provides data for the ListBindingCompleteEventHandler event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class ListBindingCompleteEventArgs : EventArgs
Inheritance: objectEventArgsListBindingCompleteEventArgs
Inherited Members
Constructors
Initializes a new instance of the ListBindingCompleteEventArgs class.
C#
public ListBindingCompleteEventArgs(ListChangedType listChangedType)
One of the ListChangedType values.
Properties
Gets a value specifying how the list changed.
C#
public ListChangedType ListChangedType { get; }
One of the ListChangedType values.