View.UpdateRequired Event
Sent to the IMapControl 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 IMapControl. When the event is fired, the IMapControl is required to eventually call UpdateByMapControl.
If the view is not attached to an IMapControl, this event will not be sent.
Platforms
Windows, Linux, Android