根据给定的参数对象初始化进度条事件类的新实例 。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public SteppedEventArgs( int percent, TimeSpan remainTime, string title, string message, string senderMethodName ) |
参数
- percent
- Type: System..::.Int32
给定的当前操作完成百分比。
- remainTime
- Type: System..::.TimeSpan
给定的当前操作剩余时间。
- title
- Type: System..::.String
指定的正在进行操作的标题。
- message
- Type: System..::.String
指定的正在进行操作的信息。
- senderMethodName
- Type: System..::.String
指定的触发当前操作的方法名称。