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 die Datenbindungsauflistung geändert wird.

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 Bindungsauflistung geprüft werden soll.

Attribute

Hinweise

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

Hinweis

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

Gilt für:

Weitere Informationen