ChartBaseOnBindingContextChanged Method
Fired whenever the binding context of the control changes, e.g., control is added
to or removed from its parent container.
Namespace: BeeMobile.ChartsAssembly: BeeMobile.Charts.NET48 (in BeeMobile.Charts.NET48.dll) Version: 4.8.0.3
protected override void OnBindingContextChanged(
EventArgs e
)
Protected Overrides Sub OnBindingContextChanged (
e As EventArgs
)
Parameters
- e EventArgs
- On .NET Framework this method would fire BindingContextChanged
event. On .NET CF the event is absent.