ComponentOne Xamarin.Android
OnSaveInstanceState Method (C1CheckBox)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1CheckBox Class : OnSaveInstanceState Method
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

Reference

C1CheckBox Class
C1CheckBox Members