ComponentOne OrgChart for UWP
C1.UWP.OrgChart Assembly / C1.Xaml.OrgChart Namespace / C1OrgChart Class / NoFocusCandidateFound Event

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