BindableObject.OnBindingContextChanged 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.
Override this method to execute an action when the BindingContext changes.
protected virtual void OnBindingContextChanged ();
abstract member OnBindingContextChanged : unit -> unit
override this.OnBindingContextChanged : unit -> unit