ORM Sample Class Library

CollectionTemplate.OnInsertComplete Method 

[Visual Basic]
Overrides Protected Sub OnInsertComplete( _
   ByVal index As Integer, _
   ByVal value As Object _
)
[C#]
protected override void OnInsertComplete(
   int index,
   object value
);

See Also

CollectionTemplate Class | OrmLib Namespace


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.