ControlDesigner.OnBindingsCollectionChanged(String) Método

Definição

Cuidado

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

Chamado quando a coleção de associação de dados é alterada.

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

A propriedade cujas alterações serão testadas em sua coleção de associações.

Atributos

Comentários

O OnBindingsCollectionChanged método é chamado quando a coleção de associação de dados foi alterada por um chamador externo.

Observação

O OnBindingsCollectionChanged método é obsoleto. Use o Changed evento na DataBindings coleção para funcionalidade de designer de controle equivalente.

Aplica-se a

Confira também