HtmlControlDesigner.OnBindingsCollectionChanged メソッド
アセンブリ: 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 メソッドは、コントロール デザイナによってコントロールのデータ バインディングが変更された後で、コントロール デザイナによって呼び出される必要があります。
| .gif) メモ | 
|---|
| OnBindingsCollectionChanged メソッドは今後使用しません。コントロール デザイナの同等の機能を利用するには、DataBindings コレクションの Changed イベントを使用します。 | 
 .NET Framework のセキュリティ
.NET Framework のセキュリティ プラットフォーム
プラットフォーム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 メソッドのページへのリンク

 
                             
                    


