ComponentOne TileView for UWP
C1.UWP.TileView Assembly / C1.Xaml.TileView Namespace / C1TileView Class / LayoutUpdated Event

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