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

In This Topic
    BringIntoViewRequested Event (C1Sunburst)
    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