ChartBaseOnBindingContextChanged Method

Fired whenever the binding context of the control changes, e.g., control is added to or removed from its parent container.

Definition

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

Parameters

e  EventArgs
On .NET Framework this method would fire BindingContextChanged event. On .NET CF the event is absent.

See Also