LuciadCPillar C# 2023.1.04
Luciad.Utils.IInvalidationCallback Interface Reference

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...
 

Detailed Description

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 .

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::IInvalidationCallback.

Member Function Documentation

◆ OnInvalidate()

void Luciad.Utils.IInvalidationCallback.OnInvalidate ( )

Called by the object on which this callback was set when the object is invalidated.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::IInvalidationCallback::onInvalidate.