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コントロール デザイナーがコントロールのデータ バインディングを変更した後、コントロール デザイナーによってメソッドを呼び出す必要があります。
注意
メソッドは OnBindingsCollectionChanged 廃止されました。 同等の Changed コントロール デザイナー機能を得る場合は、 DataBindings コレクションで イベントを使用します。
注意 (継承者)
メソッドを OnBindingsCollectionChanged(String) オーバーライドして実装すると、コントロールのデータ バインディング コレクションが変更されたときに追加の処理を実行できます。
適用対象
こちらもご覧ください
.NET