AxHost.BackgroundImageChanged イベント

定義

BackgroundImageChanged イベントは、AxHost クラスではサポートされていません。

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

イベントの種類

属性

注釈

BackgroundImageChanged イベントのハンドラーを追加または削除しようとすると、NotSupportedExceptionがスローされます。 Control クラスから派生したイベントは、AxHost クラスではサポートされていません。 AxHost ラッパーの作成時に ActiveX コントロールによって公開されるイベントは、使用する必要があるイベントです。

適用対象