Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation.Interfaces Namespace > IWorkstationEventBroker Interface : VolumeLoadingProgress Event |
event ProgressChangedEventHandler VolumeLoadingProgress
'Declaration Event VolumeLoadingProgress As ProgressChangedEventHandler
'Usage Dim instance As IWorkstationEventBroker Dim handler As ProgressChangedEventHandler AddHandler instance.VolumeLoadingProgress, handler
__event ProgressChangedEventHandler* VolumeLoadingProgress
event ProgressChangedEventHandler^ VolumeLoadingProgress
The event handler receives an argument of type ProgressChangedEventArgs containing data related to this event. The following ProgressChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ProgressPercentage | Gets the asynchronous task progress percentage. |
UserState | Gets a unique user state. |