HtmlControlDesigner.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:
virtual void OnBindingsCollectionChanged(System::String ^ propName);
protected virtual 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 virtual void OnBindingsCollectionChanged(string propName);
abstract member OnBindingsCollectionChanged : string -> unit
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")>]
abstract member OnBindingsCollectionChanged : string -> unit
override this.OnBindingsCollectionChanged : string -> unit
Protected Overridable Sub OnBindingsCollectionChanged (propName As String)
パラメーター
- propName
- String
変更されたプロパティの名前。
- 属性
注釈
OnBindingsCollectionChanged メソッドは、コントロール デザイナーがコントロールのデータ バインディングに変更を加えた後に、コントロール デザイナーによって呼び出される必要があります。
Note
OnBindingsCollectionChangedメソッドは廃止されています。 同等のコントロール デザイナー機能を使用するには、DataBindings コレクションのChanged イベントを使用します。
注意 (継承者)
OnBindingsCollectionChanged(String) メソッドは、コントロールのデータ バインディング コレクションが変更されたときに追加の処理を実行するためにオーバーライドおよび実装できます。