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

In This Topic
    FocusEngaged Event (C1FlipTile)
    In This Topic
    Syntax
    'Declaration
     
    Public Event FocusEngaged As Windows.Foundation.TypedEventHandler(Of Control,FocusEngagedEventArgs)
    public event Windows.Foundation.TypedEventHandler<Control,FocusEngagedEventArgs> FocusEngaged
    See Also