.NET MAUI コントロール
Unfocused イベント (FlexGrid)

C1.Maui.Grid アセンブリ > C1.Maui.Grid 名前空間 > FlexGrid クラス : Unfocused イベント
シンタックス
'宣言
 
Public Event Unfocused As System.EventHandler(Of FocusEventArgs)
public event System.EventHandler<FocusEventArgs> Unfocused
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、Microsoft.Maui.Controls.FocusEventArgs 型の引数を受け取りました。次の FocusEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Gets whether or not the Microsoft.Maui.Controls.FocusEventArgs.VisualElement was focused.  
Gets the Microsoft.Maui.Controls.VisualElement who's focused was changed.  
参照