ComponentOne PdfViewer for UWP
C1.UWP.PdfViewer Assembly / C1.Xaml.PdfViewer Namespace / C1PdfViewer Class / BringIntoViewRequested Event

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