ComponentOne for WinUI 製品ヘルプ
GotFocus イベント (C1GridControl)

C1.WinUI.GridControl アセンブリ > C1.WinUI.Grid 名前空間 > C1GridControl クラス : GotFocus イベント
シンタックス
'宣言
 
Public Event GotFocus As Microsoft.UI.Xaml.RoutedEventHandler
public event Microsoft.UI.Xaml.RoutedEventHandler GotFocus
イベント データ

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

プロパティ解説
Gets a reference to the object that raised the event. This is often a template part of a control rather than an element that was declared in your app UI.  
参照