View.Updated Event
Occurs at the end of each update cycle.
Syntax
public event System.EventHandler Updated
Remarks
This event is fired at the end of each update cycle. The drawable will already have swapped its back and front buffers, so it is not possible to perform any drawing at this stage; use CustomDraw for that.
Platforms
Windows, Linux, Android