HtmlControlDesigner.OnBindingsCollectionChanged メソッド
データ バインディングが変更されたことを示すために使用できるメソッドを提供します。
名前空間: System.Web.UI.Design
アセンブリ: System.Design (system.design.dll 内)
構文
<ObsoleteAttribute("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 Overridable Sub OnBindingsCollectionChanged ( _ propName As String _ )
[ObsoleteAttribute("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 )
[ObsoleteAttribute(L"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 )
/** @attribute ObsoleteAttribute("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 void OnBindingsCollectionChanged ( String propName )
ObsoleteAttribute("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 function OnBindingsCollectionChanged ( propName : String )

OnBindingsCollectionChanged メソッドは、コントロール デザイナによってコントロールのデータ バインディングが変更された後で、コントロール デザイナによって呼び出される必要があります。
![]() |
---|
OnBindingsCollectionChanged メソッドは今後使用しません。コントロール デザイナの同等の機能を利用するには、DataBindings コレクションの Changed イベントを使用します。 |
継承時の注意 コントロールのデータ バインディング コレクションが変更されている場合は、OnBindingsCollectionChanged メソッドをオーバーライドし、追加処理を実行するように実装できます。


Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- HtmlControlDesigner.OnBindingsCollectionChanged メソッドのページへのリンク