表示 UIButtonBar 控件的GroupClick和GroupRenamed事件使用的委托类型。

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

语法

C#
public delegate void ButtonBarGroupEventHandler(
	Object sender,
	ButtonBarGroupEventArgs e
)

参数

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

请参见