Leadtools.ScreenCapture Namespace > ScreenCaptureEngine Class : CaptureInformation Event |
public event EventHandler<ScreenCaptureInformationEventArgs> CaptureInformation
'Declaration Public Event CaptureInformation As EventHandler(Of ScreenCaptureInformationEventArgs)
'Usage Dim instance As ScreenCaptureEngine Dim handler As EventHandler(Of ScreenCaptureInformationEventArgs) AddHandler instance.CaptureInformation, handler
public: event EventHandler<ScreenCaptureInformationEventArgs^>^ CaptureInformation
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.
Property | Description |
---|---|
Cancel | Gets or sets the result of the event handler. |
Image | Gets the captured image. |
Information | Gets the Information class object. |