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 이벤트를 사용합니다.

적용 대상

추가 정보