Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Icon Class / DispatchWindowFocusChanged Method


In This Topic
    DispatchWindowFocusChanged Method (C1Icon)
    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 C1Icon
    Dim hasFocus As Boolean
     
    instance.DispatchWindowFocusChanged(hasFocus)
    [Android.Runtime.Register("dispatchWindowFocusChanged", 
       "(Z)V", 
       "GetDispatchWindowFocusChanged_ZHandler")]
    public virtual void DispatchWindowFocusChanged( 
       bool hasFocus
    )

    Parameters

    hasFocus
    See Also