AxHost.BindingContextChanged 이벤트

정의

BindingContextChanged 클래스는 AxHost 이벤트를 지원하지 않습니다.

public:
 event EventHandler ^ BindingContextChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler BindingContextChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler? BindingContextChanged;
[<System.ComponentModel.Browsable(false)>]
member this.BindingContextChanged : EventHandler 
Public Custom Event BindingContextChanged As EventHandler 

이벤트 유형

특성

설명

이벤트에 대한 BindingContextChanged 처리기를 추가하거나 제거하려고 하면 이 NotSupportedException throw됩니다. 클래스에서 파생된 이벤트는 클래스에서 ControlAxHost 지원되지 않습니다. 래퍼를 만들 때 ActiveX 컨트롤에 AxHost 의해 노출되는 이벤트는 사용해야 하는 이벤트입니다.

적용 대상