ComponentOne TileView for UWP
C1.UWP.TileView Assembly / C1.Xaml.TileView Namespace / C1TileViewItem Class / FocusEngaged Event

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