DataGridView.OnDataBindingComplete Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises the DataBindingComplete event.
protected:
virtual void OnDataBindingComplete(System::Windows::Forms::DataGridViewBindingCompleteEventArgs ^ e);
protected virtual void OnDataBindingComplete (System.Windows.Forms.DataGridViewBindingCompleteEventArgs e);
abstract member OnDataBindingComplete : System.Windows.Forms.DataGridViewBindingCompleteEventArgs -> unit
override this.OnDataBindingComplete : System.Windows.Forms.DataGridViewBindingCompleteEventArgs -> unit
Protected Overridable Sub OnDataBindingComplete (e As DataGridViewBindingCompleteEventArgs)
Parameters
A DataGridViewBindingCompleteEventArgs that contains the event data.
Remarks
Binding operations occur when the data changes while a CurrencyManager is in use. For example, if a ListChanged event occurs, the DataGridView will update its view and raise the DataBindingComplete event when it is finished.
Applies to
See also
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.