Method OnSubviewsLaidOut
OnSubviewsLaidOut(LayoutEventArgs)
Called from LayoutSubviews() after all sub-views have been laid out.
protected virtual void OnSubviewsLaidOut(LayoutEventArgs args)
Parameters
args
LayoutEventArgs
Remarks
Override to perform tasks after the View has been resized or the layout has otherwise changed.