UIElement.NoFocusCandidateFoundEvent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.