eDriven Framework API
InvalidateChild Method (child)
NamespaceseDriven.Gui.ComponentsGuiTransformBaseInvalidateChild(DisplayObject)
eDriven Framework API
Invalidates the transform, meaning it has to be validated somehow
This method has to be implemented by subclass
The subclass might choose will it update immediatelly or later
Declaration Syntax
C#Visual BasicVisual C++
protected abstract void InvalidateChild(
	DisplayObject child
)
Protected MustOverride Sub InvalidateChild ( _
	child As DisplayObject _
)
protected:
virtual void InvalidateChild(
	DisplayObject^ child
) abstract
Parameters
child (DisplayObject)

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)