UIElement.NoFocusCandidateFoundEvent Property

Definition

Gets the identifier for the NoFocusCandidateFound routed event.

public:
 static property RoutedEvent ^ NoFocusCandidateFoundEvent { RoutedEvent ^ get(); };
static RoutedEvent NoFocusCandidateFoundEvent();
public static RoutedEvent NoFocusCandidateFoundEvent { get; }
var routedEvent = UIElement.noFocusCandidateFoundEvent;
Public Shared ReadOnly Property NoFocusCandidateFoundEvent As RoutedEvent

Property Value

The identifier for the NoFocusCandidateFound routed event.

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Applies to

See also