TableSectionBase<T>.OnBindingContextChanged 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
對此 TableSectionBase<T> 物件中的每個項目,呼叫 SetInheritedBindingContext(BindableObject, Object) 方法,並傳遞新的繫結內容。
protected override void OnBindingContextChanged ();
override this.OnBindingContextChanged : unit -> unit