Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction | Help Version 19.0.2.9
|
Leadtools.MediaFoundation Namespace > CaptureCtrl Class : Progress Event |
public event ProgressEventHandler Progress
'Declaration
Public Event Progress As ProgressEventHandler
'Usage
Dim instance As CaptureCtrl Dim handler As ProgressEventHandler AddHandler instance.Progress, handler
public: event ProgressEventHandler^ Progress
The event handler receives an argument of type ProgressEventArgs containing data related to this event. The following ProgressEventArgs properties provide information specific to this event.
Property | Description |
---|---|
percent | The percentage complete for convert progress notifications. |
time | The time elapsed for capture progress notifications. |