C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1RadialGauge Class / OnChildRemoved Method


In This Topic
OnChildRemoved Method (C1RadialGauge)
In This Topic
Syntax
'Declaration
 
Protected Overridable Sub OnChildRemoved( _
   ByVal child As Xamarin.Forms.Element _
) 
 
'Usage
 
Dim instance As C1RadialGauge
Dim child As Xamarin.Forms.Element
 
instance.OnChildRemoved(child)

Parameters

child
See Also