View.UpdateRequired Event
Sent to the MapControl that the view belongs to when an update of the view is required.
Syntax
public event System.EventHandler UpdateRequired
Remarks
This event only needs to be taken care of if you are writing your own MapControl. When the event is fired, the MapControl is required to eventually call UpdateByMapControl.
If the view is not attached to a MapControl, this event will not be sent.
Platforms
Windows, Linux, Android