VisualElement.Focused イベント

定義

この要素にフォーカスがある場合に発生します。

public:
 event EventHandler<Microsoft::Maui::Controls::FocusEventArgs ^> ^ Focused;
public event EventHandler<Microsoft.Maui.Controls.FocusEventArgs> Focused;
member this.Focused : EventHandler<Microsoft.Maui.Controls.FocusEventArgs> 
Public Event Focused As EventHandler(Of FocusEventArgs) 

イベントの種類

適用対象