Click or drag to resize

FormsMap Events

The FormsMap type exposes the following members.

Events
  NameDescription
Public eventViewportBeginChanged
Event indicating the beginning of a change of the visible map section. This event is intended for more longtime actions (for example reading DB-objects), when the map section will change.
Public eventViewportEndChanged
Event indicating the ending of a change of the visible map section. It is the counterpart of the event.
Public eventViewportWhileChanged
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.
Top
See Also