表示 UIButtonBar 控件的 SelectingItem 事件使用的委托类型。

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

语法

C#
public delegate void ButtonBarItemCancelEventHandler(
	Object sender,
	ButtonBarItemCancelEventArgs e
)

参数

sender
Type: System..::.Object
源事件。
e
Type: SuperMap.Desktop.UI..::.ButtonBarItemCancelEventArgs
包含事件数据的 ButtonBarItemCancelEventArgs 对象。

请参见