LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
Complete Event
See Also 
Leadtools.Multimedia Namespace > CaptureCtrl Class : Complete Event



Occurs when the operation in progress has completed.

Syntax

Visual Basic (Declaration) 
Public Event Complete As EventHandler
Visual Basic (Usage)Copy Code
Dim instance As CaptureCtrl
Dim handler As EventHandler
 
AddHandler instance.Complete, handler
C# 
public event EventHandler Complete
C++/CLI 
public:
event EventHandler^ Complete

Remarks

The complete event occurs when the capture control has completed a capture operation.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Reference

CaptureCtrl Class
CaptureCtrl Members
State Property