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

In This Topic
    LayoutUpdated Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event LayoutUpdated As Windows.Foundation.EventHandler(Of Object)
    public event Windows.Foundation.EventHandler<object> LayoutUpdated
    See Also