ScreenCaptureJob.ScreenCaptureCommandFinished Event

Occurs when the screen capture command is executed.

Namespace: Microsoft.Expression.Encoder.ScreenCapture
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Public Event ScreenCaptureCommandFinished As EventHandler(Of ScreenCaptureCommandFinishedEventArgs)
'Usage
Dim instance As ScreenCaptureJob
Dim handler As EventHandler(Of ScreenCaptureCommandFinishedEventArgs)

AddHandler instance.ScreenCaptureCommandFinished, handler
public event EventHandler<ScreenCaptureCommandFinishedEventArgs> ScreenCaptureCommandFinished
public:
event EventHandler<ScreenCaptureCommandFinishedEventArgs^>^ ScreenCaptureCommandFinished {
    void add (EventHandler<ScreenCaptureCommandFinishedEventArgs^>^ value);
    void remove (EventHandler<ScreenCaptureCommandFinishedEventArgs^>^ value);
}

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

ScreenCaptureJob Class
ScreenCaptureJob Members
Microsoft.Expression.Encoder.ScreenCapture Namespace