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 コレクションで イベントを使用します。

適用対象

こちらもご覧ください