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 Namespace > WorkstationEventBroker Class : VolumeLoadingProgress Event |
public event ProgressChangedEventHandler VolumeLoadingProgress
'Declaration Public Event VolumeLoadingProgress As ProgressChangedEventHandler
'Usage Dim instance As WorkstationEventBroker Dim handler As ProgressChangedEventHandler AddHandler instance.VolumeLoadingProgress, handler
public: __event ProgressChangedEventHandler* VolumeLoadingProgress
public: 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. |