表示将处理TabularControl的 PageChanged 事件的方法。

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

语法

C#
public delegate void PageChangedEventHander(
	int totalPage,
	int currentPage,
	int maxDisplayCount
)

参数

totalPage
Type: System..::.Int32
currentPage
Type: System..::.Int32
maxDisplayCount
Type: System..::.Int32

请参见