Delegate ReportProgressDelegate
Namespace: Xbim.Common
Assembly: Xbim.Common.dll
Syntax
public delegate void ReportProgressDelegate(int percentProgress, object userState);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | percentProgress | |
| System.Object | userState |