←Select platform

PublishSeriesLoadingProgress Method

Summary

Fires the SeriesLoadingProgress event.

Syntax

C#
VB
C++
public void PublishSeriesLoadingProgress( 
   object publisher, 
   int progress, 
   object state 
) 
  
Sub PublishSeriesLoadingProgress( _ 
   ByVal publisher As Object, _ 
   ByVal progress As Integer, _ 
   ByVal state As Object _ 
)  
void PublishSeriesLoadingProgress(  
   Object^ publisher, 
   int progress, 
   Object^ state 
)  

Parameters

publisher
The System.Object publishing the event.

progress
A number from 0 to 100 that shows the progress for loading a sereis.

state
An System.Object that is used to send a custom information for other components such as a message status.

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.Medical.Workstation Assembly