Search
ListChangedAction Members
Fields
 


Describes the action that caused a BaseListListener.listChanged event.

The following tables list the members exposed by the ListChangedAction type.

 Public Fields

  Name Description

Add

One or more items were added to the list.

Remove

One or more items were removed from the list.

Replace

One or more items were replaced in the list.

Reset

The content of the list changed dramatically.

 See Also