.NET MAUI コントロール
DescendantRemoved イベント (GridTextCellView)

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

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

プロパティ解説
Gets the element relevant to the event.  
参照