言語

ControlDesigner.OnBindingsCollectionChanged(String) メソッド

定義

注意事項

The recommended alternative is to handle the Changed event on the DataBindings collection. The DataBindings collection allows more control of the databindings associated with the control. http://go.microsoft.com/fwlink/?linkid=14202

データ バインディング コレクションが変更されたときに呼び出されます。

protected:
 override void OnBindingsCollectionChanged(System::String ^ propName);
protected override void OnBindingsCollectionChanged(string propName);
[System.Obsolete("The recommended alternative is to handle the Changed event on the DataBindings collection. The DataBindings collection allows more control of the databindings associated with the control. http://go.microsoft.com/fwlink/?linkid=14202")]
protected override void OnBindingsCollectionChanged(string propName);
override this.OnBindingsCollectionChanged : string -> unit
[<System.Obsolete("The recommended alternative is to handle the Changed event on the DataBindings collection. The DataBindings collection allows more control of the databindings associated with the control. http://go.microsoft.com/fwlink/?linkid=14202")>]
override this.OnBindingsCollectionChanged : string -> unit
Protected Overrides Sub OnBindingsCollectionChanged (propName As String)

パラメーター

propName
String

バインド コレクションの変更をテストするプロパティ。

属性

注釈

OnBindingsCollectionChanged メソッドは、外部呼び出し元によってデータ バインディング コレクションが変更されたときに呼び出されます。

Note

OnBindingsCollectionChangedメソッドは廃止されています。 同等のコントロール デザイナー機能を使用するには、Changed コレクションのDataBindings イベントを使用します。

適用対象

こちらもご覧ください