ORM Sample Class Library

CollectionTemplate.OnPropertyChanged Method 

Raises the ListChanged event.

[Visual Basic]
Protected Friend Sub OnPropertyChanged( _
   ByVal obj As BusinessBase _
)
[C#]
protected internal void OnPropertyChanged(
   BusinessBase obj
);

Parameters

obj
The object that has chnaged.

Remarks

The event will only fire if RaiseEventsOnItemChanges is set to true.

See Also

CollectionTemplate Class | OrmLib Namespace


e Inc. 2002-2004

Generated from assembly OrmLib [1.6.2.29984]

ext="true" style="display: none;">
">Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.