ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1DockPanel Class / BringIntoViewRequested Event

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