Performs additional custom processes after inserting a new element into the collection instance.
Namespace:
PerpetuumSoft.Instrumentation.Model
Assembly:
PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
C# |
---|
protected override void OnInsertComplete(
int index,
Object value
) |
Visual Basic (Declaration) |
---|
Protected Overrides Sub OnInsertComplete ( _
index As Integer, _
value As Object _
) |
Visual C++ |
---|
protected:
virtual void OnInsertComplete(
int index,
Object^ value
) override |
See Also