AxHost.CursorChanged 事件

定義

CursorChanged 事件不為 AxHost 類別支援。

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

事件類型

屬性

備註

如果您嘗試新增或移除事件的處理常式 CursorChangedNotSupportedException 則會擲回 。 類別不支援 AxHost 衍生自 Control 類別的事件。 建立包裝函式時 AxHost ,ActiveX 控制項所公開的事件是應該使用的事件。

適用於