OnLoadProgress Method

Summary

Raises the LoadProgress event.

Syntax
C#
VB
C++
protected virtual void OnLoadProgress( 
   RasterDialogLoadProgressEventArgs e 
) 
  
Protected Overridable Sub OnLoadProgress( _ 
   ByVal e As RasterDialogLoadProgressEventArgs _ 
)  
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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly