C1.Android.Core Assembly / C1.Android.Core Namespace / C1ScrollViewer Class / DispatchStartTemporaryDetach Method


In This Topic
DispatchStartTemporaryDetach Method (C1ScrollViewer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("dispatchStartTemporaryDetach", 
   "()V", 
   "GetDispatchStartTemporaryDetachHandler", 
   ApiSince=24)>
Public Overridable Sub DispatchStartTemporaryDetach() 
 
'Usage
 
Dim instance As C1ScrollViewer
 
instance.DispatchStartTemporaryDetach()
See Also