DataGridTextBoxColumn.Commit(CurrencyManager, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Lance une demande de fin d'une procédure de modification.
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
Paramètres
- dataSource
- CurrencyManager
CurrencyManager du contrôle DataGrid auquel la colonne appartient.
- rowNum
- Int32
Numéro de la ligne modifiée.
Retours
true
si valeur a été correctement validée ; sinon, false
.
Remarques
La méthode vérifie qu’une modification est effectivement en cours. Si c’est le cas, il met en forme la valeur de manière appropriée. Si la valeur est null
, la méthode entre DBNull dans la colonne ; sinon, elle utilise la SetColumnValueAtRow méthode pour valider la valeur.
La méthode est appelée par quand DataGrid une opération d’édition est validée.