Wimark.Controls Class Library  

DataGridViewModel.ListChanged Event

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

[Visual Basic]
Public Event ListChanged As ListChangedEventHandler 
[C#]
public event ListChangedEventHandler ListChanged;
[C++]
public: __event ListChangedEventHandler* ListChanged;

Event Data

The event handler receives an argument of type ListChangedEventArgs containing data related to this event.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewModel Class | DataGridViewModel Members | Wimark.Controls Namespace