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

In This Topic
    FocusEngaged Event (C1Tile)
    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