DataGridOnBindingContextChanged Method

Renew the Data binding BindingContext, if the control's parent has been changed.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
protected override void OnBindingContextChanged(
	EventArgs e
)

Parameters

e  EventArgs
This parameter should always contain EventArgs.Empty value.

See Also