ComponentOne BarCode for UWP
C1.Xaml.BarCode Namespace / C1BarCode Class / FocusEngaged Event

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