ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart.Interaction Namespace / C1LineMarker Class / BringIntoViewRequested Event

In This Topic
    BringIntoViewRequested Event (C1LineMarker)
    In This Topic
    Syntax
    'Declaration
     
    Public Event BringIntoViewRequested As Windows.Foundation.TypedEventHandler(Of UIElement,BringIntoViewRequestedEventArgs)
    public event Windows.Foundation.TypedEventHandler<UIElement,BringIntoViewRequestedEventArgs> BringIntoViewRequested
    See Also