ControlDesigner.OnBindingsCollectionChanged メソッド
メモ : このメソッドは、互換性のために残されています。 旧式でない代替が必要な場合は、Changed を使用してください。
データ バインディング コレクションが変更されると、呼び出されます。 名前空間: 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 Overrides 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 override 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 ) override
/** @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 override function OnBindingsCollectionChanged
(
propName : String
)
解説OnBindingsCollectionChanged メソッドは、データ バインディング コレクションが外部の呼び出し元によって変更されると、呼び出されます。
メモ |
|---|
| OnBindingsCollectionChanged メソッドは今後使用しません。コントロール デザイナの同等の機能を利用するには、DataBindings コレクションの Changed イベントを使用します。 |
.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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照- ControlDesigner.OnBindingsCollectionChanged メソッドのページへのリンク
.gif)