ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart.Interaction Namespace / C1AxisScrollbar Class / FocusDisengaged Event

In This Topic
    FocusDisengaged Event (C1AxisScrollbar)
    In This Topic
    Syntax
    'Declaration
     
    Public Event FocusDisengaged As Windows.Foundation.TypedEventHandler(Of Control,FocusDisengagedEventArgs)
    public event Windows.Foundation.TypedEventHandler<Control,FocusDisengagedEventArgs> FocusDisengaged
    See Also