Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / FlexChart Class / Focused Event


In This Topic
    Focused Event (FlexChart)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event Focused As EventHandler(Of FocusEventArgs)
    'Usage
     
    
    Dim instance As FlexChart
    Dim handler As EventHandler(Of FocusEventArgs)
     
    AddHandler instance.Focused, handler
    public event EventHandler<FocusEventArgs> Focused
    Event Data

    The event handler receives an argument of type Xamarin.Forms.FocusEventArgs containing data related to this event. The following FocusEventArgs properties provide information specific to this event.

    PropertyDescription
     
     
    See Also