Click or drag to resize

_IMcCaptFrameEvents_BeforeNewEventHandler Delegate

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Public Delegate Sub _IMcCaptFrameEvents_BeforeNewEventHandler ( 
	FrameID As Integer,
	<OutAttribute> ByRef CaptFrame As McCaptFrame,
	<OutAttribute> ByRef pbCancel As Boolean
)

Parameters

FrameID
Type: SystemInt32
CaptFrame
Type: MediaCy.IQL.CaptureMcCaptFrame
pbCancel
Type: SystemBoolean
See Also