LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)

OnLoadProgress Method

Show in webframe





The event handler receives an argument of type RasterDialogLoadProgressEventArgs.
Raises the LoadProgress event.
Syntax
protected virtual void OnLoadProgress( 
   RasterDialogLoadProgressEventArgs e
)
'Declaration
 
Protected Overridable Sub OnLoadProgress( _
   ByVal e As RasterDialogLoadProgressEventArgs _
) 
'Usage
 
Dim instance As RasterOpenDialog
Dim e As RasterDialogLoadProgressEventArgs
 
instance.OnLoadProgress(e)

            

            
protected:
virtual void OnLoadProgress( 
   RasterDialogLoadProgressEventArgs^ e
) 

Parameters

e
The event handler receives an argument of type RasterDialogLoadProgressEventArgs.
Example
Refer to RasterOpenDialog example.
Requirements

Target Platforms

See Also

Reference

RasterOpenDialog Class
RasterOpenDialog Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.