Cog1394DCAMBusConfigurationChangedEventHandler DelegateCognex VisionPro 9.23
Represents the method that will handle the BusConfigurationChanged event of a 1394DCAM frame grabber. The method must have the same parameters as this delegate.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 91.0.0.0
Syntax

public delegate void Cog1394DCAMBusConfigurationChangedEventHandler(
	Object sender,
	Cog1394DCAMBusConfigurationChangedEventArgs e
)
See Also