C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1LinearGauge Class / DispatchWindowFocusChanged Method


In This Topic
DispatchWindowFocusChanged Method (C1LinearGauge)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("dispatchWindowFocusChanged", 
   "(Z)V", 
   "GetDispatchWindowFocusChanged_ZHandler")>
Public Overridable Sub DispatchWindowFocusChanged( _
   ByVal hasFocus As Boolean _
) 
 
'Usage
 
Dim instance As C1LinearGauge
Dim hasFocus As Boolean
 
instance.DispatchWindowFocusChanged(hasFocus)

Parameters

hasFocus
See Also