IDataGridEditingService.EndEdit(DataGridColumnStyle, Int32, Boolean) メソッド

定義

編集操作を終了します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 bool EndEdit(System::Windows::Forms::DataGridColumnStyle ^ gridColumn, int rowNumber, bool shouldAbort);
public bool EndEdit (System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber, bool shouldAbort);
abstract member EndEdit : System.Windows.Forms.DataGridColumnStyle * int * bool -> bool
Public Function EndEdit (gridColumn As DataGridColumnStyle, rowNumber As Integer, shouldAbort As Boolean) As Boolean

パラメーター

gridColumn
DataGridColumnStyle

編集対象の DataGridColumnStyle

rowNumber
Int32

編集する行の番号。

shouldAbort
Boolean

中止操作が要求された場合は True。

戻り値

Boolean

値がコミットされる場合は true。それ以外の場合は false

注釈

値をコミットできない場合、は DataGridColumnStyle 編集可能な状態のままです。

適用対象