View.Updating Event
Occurs at the beginning of each update cycle.
Syntax
public event System.EventHandler Updating
Remarks
This event is fired at the beginning of each update cycle. It is not possible to perform any drawing at this stage; use CustomDrawBackground for that.
However, it is allowed to change the view area or camera parameters. The updated values will be used for the current update.
Platforms
Windows, Linux, Android