This method is called when the child element is removed.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
protected virtual void ChildElementRemoved(
	Element element
)
Visual Basic (Declaration)
Protected Overridable Sub ChildElementRemoved ( _
	element As Element _
)
Visual C++
protected:
virtual void ChildElementRemoved(
	Element^ element
)

See Also