ControlDesigner.OnBindingsCollectionChanged(String) Metod

Definition

Varning

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

Anropas när databindningssamlingen ändras.

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)

Parametrar

propName
String

Egenskapen som ska testas för ändringar i dess bindningssamling.

Attribut

Kommentarer

Metoden OnBindingsCollectionChanged anropas när databindningssamlingen har ändrats av en extern anropare.

Note

Metoden OnBindingsCollectionChanged är föråldrad. Changed Använd händelsen i samlingen DataBindings för motsvarande kontrolldesignerfunktioner.

Gäller för

Se även