LuciadCPillar C# 2024.0.04
|
This is a callback class that is called when something is invalidated. More...
Public Member Functions | |
void | OnInvalidate () |
Called by the object on which this callback was set when the object is invalidated. More... | |
This is a callback class that is called when something is invalidated.
For example, this class is implemented (and set on the Map
) when integrating a Map
component with a UI framework. In that case, implementations of this class need to make sure that the UI framework will eventually call Map.Renderer.paint
.
void Luciad.Utils.IInvalidationCallback.OnInvalidate | ( | ) |
Called by the object on which this callback was set when the object is invalidated.