Event DrawContentComplete
Event invoked when the content area of the View is completed drawing.
public event Action<Rect> DrawContentComplete
Returns
Remarks
Will be invoked after any subviews removed with Remove(View) have been completed drawing.
Rect provides the view-relative rectangle describing the currently visible viewport into the View.