ORM Sample Class Library
CollectionTemplate.OnListChanged Method
Use to Manually fire the event
[Visual Basic]
Public Sub OnListChanged( _
ByVal
ev
As
ListChangedEventArgs
_
)
[C#]
public
void
OnListChanged(
ListChangedEventArgs
ev
);
Parameters
ev
See Also
CollectionTemplate Class
|
OrmLib Namespace