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

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

语法

C#
public delegate void ButtonBarGroupCancelEventHandler(
	Object sender,
	ButtonBarGroupCancelEventArgs e
)

参数

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

请参见