Syntax
'Declaration
<Android.Runtime.RegisterAttribute("dispatchWindowFocusChanged",
"(Z)V",
"GetDispatchWindowFocusChanged_ZHandler")>
Public Overridable Sub DispatchWindowFocusChanged( _
ByVal As Boolean _
)
'Usage
Dim instance As GridIncrementalLoadingCell
Dim hasFocus As Boolean
instance.DispatchWindowFocusChanged(hasFocus)
[Android.Runtime.Register("dispatchWindowFocusChanged",
"(Z)V",
"GetDispatchWindowFocusChanged_ZHandler")]
public virtual void DispatchWindowFocusChanged(
bool
)
Parameters
- hasFocus
See Also