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
add_CaptureInformation(function(sender, e)) remove_CaptureInformation(function(sender, e))
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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2