C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridIncrementalLoadingCell Class / DestroyDrawingCache Method


In This Topic
DestroyDrawingCache Method (GridIncrementalLoadingCell)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("destroyDrawingCache", 
   "()V", 
   "GetDestroyDrawingCacheHandler")>
Public Overridable Sub DestroyDrawingCache() 
 
'Usage
 
Dim instance As GridIncrementalLoadingCell
 
instance.DestroyDrawingCache()
See Also