ORM Sample Class Library

CollectionTemplate.ListChanged Event

Raised when the list changes.

[Visual Basic]
Public Event ListChanged As ListChangedEventHandler
[C#]
public event ListChangedEventHandler ListChanged;

Implements

IBindingList.ListChanged

Remarks

When RaiseEventsOnItemChanges is set to true, the event will be raised when items in the collection change too. This is useful for databinding to controls - not grids.

See Also

CollectionTemplate Class | OrmLib Namespace


com?subject=ORM Sample Class Library Documentation Feedback: CollectionTemplate Class">Send comments on this topic.

Copyright Olero Software Inc. 2002-2004

Generated from assembly OrmLib [1.6.2.29984]

mObjectClassTopic.htm">Object.

Protected Instance Methods