Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / DispatchConfigurationChanged Method


In This Topic
    DispatchConfigurationChanged Method (AnnotationLayer)
    In This Topic
    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 AnnotationLayer
    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