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



Occurs when settings changes on the capture device requires an application restart.

Syntax

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

Remarks

The restart application event passes an empty System.EventArgs to its event handler. Failure to restart the application after receiving this event could result in unpredictable behaviour.

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