Occurs when the underlying list changes or an item in the list changes.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public event ListChangedEventHandler ListChanged
Visual Basic
Public Event ListChanged As ListChangedEventHandler

Implements

IBindingList..::..ListChanged

See Also