C#
VB
Java
Objective-C
WinRT C#
C++
Initializes a new instance of the RasterCommandProgressEventArgs class with specific values.
public RasterCommandProgressEventArgs(
int percent
)
Public Function New( _
ByVal percent As Integer _
)
public RasterCommandProgressEventArgs(
int percent
)
(id)initWithPercent:(int)percent;
public RasterCommandProgressEvent(
Object source,
int percent
)
function RasterCommandProgressEventArgs(
percent
)
public:
RasterCommandProgressEventArgs(
int percent
)
percent
The percentage completion of the command.
The value of Cancel is initialized to false by default.
For an example, refer to RasterCommand
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET