ControlDesigner.OnBindingsCollectionChanged-Methode
HINWEIS: Diese Methode ist mittlerweile veraltet. Die nicht veraltete Alternative ist Changed.
Wird aufgerufen, wenn die Datenbindungsauflistung geändert wird.
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 Overrides 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 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. https://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. 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 override function OnBindingsCollectionChanged (
propName : String
)
Parameter
- propName
Die Eigenschaft, die auf Änderungen in der Bindungsauflistung geprüft werden soll.
Hinweise
Die OnBindingsCollectionChanged-Methode wird aufgerufen, wenn die Datenbindungsauflistung durch einen externen Aufrufer geändert wurde.
Hinweis
Die OnBindingsCollectionChanged-Methode ist veraltet. Verwenden Sie das Changed-Ereignis der DataBindings-Auflistung, um eine entsprechende Funktionalität des Steuerelement-Designers zu erhalten.
.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
ControlDesigner-Klasse
ControlDesigner-Member
System.Web.UI.Design-Namespace
DataBindingCollection.Changed