Share via


Shell.OnBindingContextChanged Method

Definition

Developers may override this method to customize behavior in response to the binding context changing.

protected override void OnBindingContextChanged ();
override this.OnBindingContextChanged : unit -> unit

Remarks

Developers should call base.OnBindingContextChanged() at the beginning of their overriding method.

Applies to