构造一个新的 ButtonTextStyleChangedEventArgs 对象。

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

语法

C#
public ButtonTextStyleChangedEventArgs(
	TextStyle oldStyle,
	TextStyle newStyle
)

参数

oldStyle
Type: SuperMap.Data..::.TextStyle
改变前的风格。
newStyle
Type: SuperMap.Data..::.TextStyle
改变后的风格。

请参见