根据给定的参数对象初始化进度条事件类的新实例。

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

语法

C#
public SteppedEventArgs(
	int percent,
	TimeSpan remainTime,
	string title,
	string message,
	string senderMethodName,
	bool cancel
)

参数

percent
Type: System..::.Int32
给定的当前操作完成百分比。
remainTime
Type: System..::.TimeSpan
给定的当前操作剩余时间。
title
Type: System..::.String
指定的正在进行操作的标题。
message
Type: System..::.String
指定的正在进行操作的信息。
senderMethodName
Type: System..::.String
指定的触发当前操作的方法名称。
cancel
Type: System..::.Boolean
指定的布尔值,标示是否取消进度条状态。

版本信息

SuperMap iObjects .NET


请参见