LEADTOOLS (Leadtools assembly)

RasterCommandProgressEventArgs Constructor (RasterCommandProgressEventArgs)

Show in webframe







The percentage completion of the command.
Initializes a new instance of the RasterCommandProgressEventArgs class with specific values.
Syntax
public RasterCommandProgressEventArgs( 
   int percent
)
'Declaration
 
Public Function New( _
   ByVal percent As Integer _
)
'Usage
 
Dim percent As Integer
 
Dim instance As New RasterCommandProgressEventArgs(percent)
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

See Also

Reference

RasterCommandProgressEventArgs Class
RasterCommandProgressEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.