ComponentOne Xamarin.Android
DispatchConfigurationChanged Method (C1RadialGauge)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1RadialGauge Class : DispatchConfigurationChanged Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("dispatchConfigurationChanged", 
   "(Landroid/content/res/Configuration;)V", 
   "GetDispatchConfigurationChanged_Landroid_content_res_Configuration_Handler", 
   ApiSince=8)>
Public Overridable Sub DispatchConfigurationChanged( _
   ByVal newConfig As Android.Content.Res.Configuration _
) 
'Usage
 
Dim instance As C1RadialGauge
Dim newConfig As Android.Content.Res.Configuration
 
instance.DispatchConfigurationChanged(newConfig)
[Android.Runtime.Register("dispatchConfigurationChanged", 
   "(Landroid/content/res/Configuration;)V", 
   "GetDispatchConfigurationChanged_Landroid_content_res_Configuration_Handler", 
   ApiSince=8)]
public virtual void DispatchConfigurationChanged( 
   Android.Content.Res.Configuration newConfig
)

Parameters

newConfig
See Also

Reference

C1RadialGauge Class
C1RadialGauge Members