ControlDesigner.OnBindingsCollectionChanged(String) Método

Definição

Atenção

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

Chamada quando a coleção de ligação de dados muda.

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 para testar alterações na sua coleção de encadernações.

Atributos

Observações

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

Note

O OnBindingsCollectionChanged método está obsoleto. Use o Changed evento na DataBindings coleção para funcionalidades equivalentes de designer de controlo.

Aplica-se a

Ver também