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
add_VolumeLoadingProgress(function(sender, e)) remove_VolumeLoadingProgress(function(sender, e))
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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2