ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1LayoutTransformer Class / LayoutUpdated Event

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