ControlDesigner.OnBindingsCollectionChanged(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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 イベントを使用します。