Читати англійською Редагувати

Поділитися через


ControlDesigner.OnBindingsCollectionChanged(String) Method

Definition

Caution

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

Called when the data-binding collection changes.

C#
protected override void OnBindingsCollectionChanged(string propName);
C#
[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);

Parameters

propName
String

The property to test for changes in its bindings collection.

Attributes

Remarks

The OnBindingsCollectionChanged method is called when the data-binding collection has been changed by an external caller.

Примітка

The OnBindingsCollectionChanged method is obsolete. Use the Changed event on the DataBindings collection for equivalent control designer functionality.

Applies to

Продукт Версії (Застаріло.)
.NET Framework 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)

See also