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

적용 대상

추가 정보