←Select platform

RasterCommandProgressEventArgs Constructor (RasterCommandProgressEventArgs)

Summary

Initializes a new instance of the RasterCommandProgressEventArgs class with specific values.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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 
) 

Parameters

percent
The percentage completion of the command.

Remarks

The value of Cancel is initialized to false by default.

Example

For an example, refer to RasterCommand

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize