←Select platform

PageProgressCallback Delegate

Summary

Monitors the progress of the form's page operations.

Syntax

C#
VB
C++
public delegate void PageProgressCallback( 
   PageProgressCallbackData data 
) 
  
Public Delegate Sub PageProgressCallback( _ 
   ByVal data As Leadtools.Forms.PageProgressCallbackData _ 
)  
public delegate void PageProgressCallback(  
   Leadtools.Forms.PageProgressCallbackData^ data 
) 

Parameters

data
An instance of the PageProgressCallbackData interface containing the progress callback data.

Example

For an example, refer to FormProgressCallback.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms Assembly