表示 TextBoxNumeric.ValueChanged 事件使用的委托类型。

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

语法

C#
public delegate void ValueChangedEventHandler(
	Object sender,
	EventArgs e
)

参数

sender
Type: System..::.Object
源事件。
e
Type: System..::.EventArgs
包含控件数值发生变化事件参数类的对象。

请参见