HtmlControlDesigner.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:
 virtual void OnBindingsCollectionChanged(System::String ^ propName);
protected virtual 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 virtual void OnBindingsCollectionChanged (string propName);
abstract member OnBindingsCollectionChanged : string -> unit
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")>]
abstract member OnBindingsCollectionChanged : string -> unit
override this.OnBindingsCollectionChanged : string -> unit
Protected Overridable Sub OnBindingsCollectionChanged (propName As String)

매개 변수

propName
String

변경된 속성의 이름입니다.

특성

설명

OnBindingsCollectionChanged 컨트롤 디자이너가 컨트롤에 대한 데이터 바인딩을 변경한 후 컨트롤 디자이너에서 메서드를 호출해야 합니다.

참고

OnBindingsCollectionChanged 메서드는 사용 되지 않습니다. 컬렉션에서 Changed 이벤트를 DataBindings 사용하여 동등한 컨트롤 디자이너 기능을 사용할 수 있습니다.

상속자 참고

컨트롤에 OnBindingsCollectionChanged(String) 대한 데이터 바인딩 컬렉션이 변경된 경우 메서드를 재정의하고 구현하여 추가 처리를 수행할 수 있습니다.

적용 대상

추가 정보