←Select platform

CaptureInformation Event

Summary

Handles each image that is captured and its information.

Syntax

C#
VB
C++
public event EventHandler<ScreenCaptureInformationEventArgs> CaptureInformation
Public Event CaptureInformation As EventHandler(Of ScreenCaptureInformationEventArgs)
public: 
event EventHandler<ScreenCaptureInformationEventArgs^>^ CaptureInformation 

Event Data

The event handler receives an argument of type ScreenCaptureInformationEventArgs containing data related to this event. The following ScreenCaptureInformationEventArgs properties provide information specific to this event.

PropertyDescription
Cancel Gets or sets the result of the event handler.
Image Gets the captured image.
Information Gets the %% class object.
Example

For an example, refer to ScreenCaptureEngine.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ScreenCapture Assembly
Click or drag to resize