ControlDesigner.OnBindingsCollectionChanged(String) Methode

Definition

Achtung

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

Wird aufgerufen, wenn sich die Datenbindungsauflistung ändert.

protected:
 override void OnBindingsCollectionChanged(System::String ^ propName);
protected override void OnBindingsCollectionChanged(string propName);
[System.Obsolete("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);
override this.OnBindingsCollectionChanged : string -> unit
[<System.Obsolete("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")>]
override this.OnBindingsCollectionChanged : string -> unit
Protected Overrides Sub OnBindingsCollectionChanged (propName As String)

Parameter

propName
String

Die Eigenschaft, die auf Änderungen in der Bindungensammlung getestet werden soll.

Attribute

Hinweise

Die OnBindingsCollectionChanged Methode wird aufgerufen, wenn die Datenbindungsauflistung von einem externen Aufrufer geändert wurde.

Note

Die OnBindingsCollectionChanged Methode ist veraltet. Verwenden Sie das Changed Ereignis in der DataBindings Auflistung für entsprechende Steuerelement-Designer-Funktionen.

Gilt für:

Weitere Informationen