Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1CheckBox Class / OnSaveInstanceState Method


In This Topic
    OnSaveInstanceState Method (C1CheckBox)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("onSaveInstanceState", 
       "()Landroid/os/Parcelable;", 
       "GetOnSaveInstanceStateHandler")>
    Public Overridable Function OnSaveInstanceState() As Android.OS.IParcelable
    'Usage
     
    
    Dim instance As C1CheckBox
    Dim value As Android.OS.IParcelable
     
    value = instance.OnSaveInstanceState()
    [Android.Runtime.Register("onSaveInstanceState", 
       "()Landroid/os/Parcelable;", 
       "GetOnSaveInstanceStateHandler")]
    public virtual Android.OS.IParcelable OnSaveInstanceState()
    See Also