SearchProgressEventArgs Constructor |
Default SearchProgressEventArgs constructor
Namespace: com.softwarekey.Client.Licensing.NetworkAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic SearchProgressEventArgs(
int progressPercentage
)
Public Sub New (
progressPercentage As Integer
)
public:
SearchProgressEventArgs(
int progressPercentage
)
Parameters
- progressPercentage
- Type: SystemInt32
The percent of search progress which has been completed.
See Also