ORM Sample Class Library

CollectionTemplate.OnSetComplete Method 

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

See Also

CollectionTemplate Class | OrmLib Namespace


href="mailto:support@olero.com?subject=ORM Sample Class Library Documentation Feedback: CollectionTemplate.Match%C2%A0Method%C2%A0">Send comments on this topic.

Copyright Olero Software Inc. 2002-2004

Generated from assembly OrmLib [1.6.2.29984]

">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.