DataGridBoolColumn.Commit(CurrencyManager, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始要求以完成編輯程序。
protected public:
override bool Commit(System::Windows::Forms::CurrencyManager ^ dataSource, int rowNum);
protected internal override bool Commit (System.Windows.Forms.CurrencyManager dataSource, int rowNum);
override this.Commit : System.Windows.Forms.CurrencyManager * int -> bool
Protected Friend Overrides Function Commit (dataSource As CurrencyManager, rowNum As Integer) As Boolean
參數
- dataSource
- CurrencyManager
所編輯資料行的 DataView。
- rowNum
- Int32
編輯資料列的編號。
傳回
如果編輯程序認可成功,則為 true
,否則為 false
。