ControlDesigner.OnBindingsCollectionChanged(String) Метод

Определение

Внимание!

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(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)

Параметры

propName
String

Свойство, для которого проверяется наличие изменений в коллекции привязки данных.

Атрибуты

Комментарии

Метод OnBindingsCollectionChanged вызывается при изменении коллекции привязки данных внешним вызывающим элементом.

Примечание

Метод OnBindingsCollectionChanged устарел. Changed Используйте событие в коллекции для DataBindings эквивалентных функциональных возможностей конструктора элементов управления.

Применяется к

См. также раздел