HtmlControlDesigner.OnBindingsCollectionChanged-Methode
HINWEIS: Diese Methode ist mittlerweile veraltet.
Stellt eine Methode bereit, die für die Angabe einer Änderung der Datenbindung verwendet werden kann.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Syntax
'Declaration
<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. https://go.microsoft.com/fwlink/?linkid=14202")> _
Protected Overridable Sub OnBindingsCollectionChanged ( _
propName As String _
)
'Usage
Dim propName As String
Me.OnBindingsCollectionChanged(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. https://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. https://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. https://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. https://go.microsoft.com/fwlink/?linkid=14202")
protected function OnBindingsCollectionChanged (
propName : String
)
Parameter
- propName
Der Name der geänderten Eigenschaft.
Hinweise
Die OnBindingsCollectionChanged-Methode sollte von einem Steuerelement-Designer aufgerufen werden, nachdem dieser eine Änderung an den Datenbindungen für das Steuerelement vorgenommen hat.
Hinweis
Die OnBindingsCollectionChanged-Methode ist veraltet. Verwenden Sie das Changed-Ereignis der DataBindings-Auflistung, um eine entsprechende Funktionalität des Steuerelement-Designers zu erhalten.
Hinweise für Erben Die OnBindingsCollectionChanged-Methode kann für eine weitere Verarbeitung implementiert werden, wenn die Datenbindungsauflistung für das Steuerelement geändert wurde.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter .
Plattformen
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 unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.
Versionsinformationen
.NET Framework
Unterstützt in: 1.0, 1.1
Veraltet (Compilerwarnung) in 2.0
Siehe auch
Referenz
HtmlControlDesigner-Klasse
HtmlControlDesigner-Member
System.Web.UI.Design-Namespace
OnComponentChanged