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

In This Topic
    GettingFocus Event (C1TileView)
    In This Topic
    Syntax
    'Declaration
     
    Public Event GettingFocus As Windows.Foundation.TypedEventHandler(Of UIElement,GettingFocusEventArgs)
    public event Windows.Foundation.TypedEventHandler<UIElement,GettingFocusEventArgs> GettingFocus
    See Also