ComponentOne Tiles for UWP
C1.UWP.Tile Assembly / C1.Xaml.Tile Namespace / C1Tile Class / Loading Event

In This Topic
    Loading Event (C1Tile)
    In This Topic
    Syntax
    'Declaration
     
    Public Event Loading As Windows.Foundation.TypedEventHandler(Of FrameworkElement,Object)
    public event Windows.Foundation.TypedEventHandler<FrameworkElement,object> Loading
    See Also