Shell.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.
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.