Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1FontIcon Class / FocusChange Event


In This Topic
    FocusChange Event (C1FontIcon)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event FocusChange As EventHandler(Of View.FocusChangeEventArgs)
    'Usage
     
    
    Dim instance As C1FontIcon
    Dim handler As EventHandler(Of View.FocusChangeEventArgs)
     
    AddHandler instance.FocusChange, handler
    public event EventHandler<View.FocusChangeEventArgs> FocusChange
    See Also