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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.