OnChildRemoved Method (Polygon)
protected virtual void OnChildRemoved(
Xamarin.Forms.Element
)
'Declaration
Protected Overridable Sub OnChildRemoved( _
ByVal As Xamarin.Forms.Element _
)
'Usage
Dim instance As Polygon
Dim child As Xamarin.Forms.Element
instance.OnChildRemoved(child)
Parameters
- child