AxHost.CursorChanged 事件

定义

AxHost 类不支持 CursorChanged 事件。

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 控件公开的事件是应使用的事件。

适用于