Click or drag to resize

MapViewportWhileChanged Event

Event indicating an intermediate view, when animation mode is active. It can be used to adapt the size of WPF objects, or other actions, which are not time-consuming. This event may called multiple times, when animation mode is active.

Namespace:  Ptv.XServer.Controls.Map
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public event EventHandler ViewportWhileChanged

Value

Type: SystemEventHandler

Implements

IMapViewportWhileChanged
See Also