ControlDesigner.OnBindingsCollectionChanged(String) Método

Definición

Precaución

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

Se le llama cuando cambia la colección de enlace a datos.

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)

Parámetros

propName
String

Propiedad para la que se va a comprobar los cambios en su colección de enlaces.

Atributos

Comentarios

Se OnBindingsCollectionChanged llama al método cuando un llamador externo ha cambiado la colección de enlaces de datos.

Nota

El OnBindingsCollectionChanged método está obsoleto. Use el Changed evento de la DataBindings colección para la funcionalidad equivalente del diseñador de controles.

Se aplica a

Consulte también