ComponentOne Tiles for UWP
C1.UWP.Tile Assembly / C1.Xaml.Tile Namespace / C1FlipTile Class / LayoutUpdated Event

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