Click or drag to resize

MapCanvasBeforeUpdate Method

Callback to precede the updating of the map content.

Namespace:  Ptv.XServer.Controls.Map.Canvases
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
protected virtual void BeforeUpdate(
	UpdateMode updateMode
)

Parameters

updateMode
Type: Ptv.XServer.Controls.Map.CanvasesUpdateMode
The update mode tells which kind of change is to be processed by the update call.
See Also