ControlDesigner.OnBindingsCollectionChanged(String) Yöntem

Tanım

Dikkat

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

Veri bağlama koleksiyonu değiştiğinde çağrılır.

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)

Parametreler

propName
String

Bağlama koleksiyonundaki değişiklikleri test etmek için özelliği.

Öznitelikler

Açıklamalar

OnBindingsCollectionChanged Veri bağlama koleksiyonu bir dış çağıran tarafından değiştirildiğinde yöntemi çağrılır.

Not

OnBindingsCollectionChanged yöntemi kullanımdan kaldırıldı. Changed Eşdeğer denetim tasarımcısı işlevselliği için koleksiyondaki DataBindings olayını kullanın.

Şunlara uygulanır

Ayrıca bkz.