表示布局缩放比例范围改变后的委托类型。

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

语法

C#
public delegate void LayoutZoomRatioRangeChangedHandler(
	Object sender,
	DesktopMapLayoutControl..::.LayoutZoomRatioRangeChangedArgs e
)

参数

sender
Type: System..::.Object
事件源。
e
Type: SuperMap.Desktop..::.DesktopMapLayoutControl..::.LayoutZoomRatioRangeChangedArgs
布局缩放比例范围改变的LayoutZoomRatioRangeChangedArgs事件数据。

请参见