根据给定的参数构造一个窗口光标变化事件参数类的新对象。

命名空间:  SuperMap.UI
程序集:  SuperMap.Mapping (in SuperMap.Mapping)
版本: dll

语法

C#
public ActionCursorChangingEventArgs(
	Cursor currentCursor,
	Cursor followingCursor
)

参数

currentCursor
Type: System.Windows.Forms..::.Cursor
窗口中当前使用的光标。
followingCursor
Type: System.Windows.Forms..::.Cursor
指定的将要使用的光标。

请参见