Xamarin.iOS のドキュメント
OnEditEnded メソッド (GridCellFactoryBase)

C1.iOS.Grid アセンブリ > C1.iOS.Grid 名前空間 > GridCellFactoryBase クラス : OnEditEnded メソッド
編集された範囲
エディタ
編集がキャンセルされた場合は true
セルの編集が終了したときに呼び出されます。
シンタックス
'宣言
 
Public Overridable Sub OnEditEnded( _
   ByVal range As GridCellRange, _
   ByVal editor As UIKit.UIView, _
   ByVal editCancelled As System.Boolean _
) 
public virtual void OnEditEnded( 
   GridCellRange range,
   UIKit.UIView editor,
   System.bool editCancelled
)

パラメータ

range
編集された範囲
editor
エディタ
editCancelled
編集がキャンセルされた場合は true
例外
例外解説
 
参照

GridCellFactoryBase クラス
GridCellFactoryBase メンバ