Xamarin.Forms
Layout
OnChildMeasureInvalidated
Xamarin.Forms.Layout.OnChildMeasureInvalidated Method
Invoked whenever a child of the layout has emitted
VisualElement.MeaureInvalidated
. Implement this method to add class handling for this event.
Syntax
protected
void
OnChildMeasureInvalidated
(
object
sender,
EventArgs
e)
Parameters
sender
The child element whose preferred size changed.
e
The event data.
Remarks
This method has a default implementation and and application developers must call the base implementation.
Requirements
Namespace:
Xamarin.Forms
Assembly:
Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions:
1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0