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