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.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
public delegate void Cog1394DCAMBusConfigurationChangedEventHandler(
Object sender,
Cog1394DCAMBusConfigurationChangedEventArgs e
)
public delegate void Cog1394DCAMBusConfigurationChangedEventHandler(
Object sender,
Cog1394DCAMBusConfigurationChangedEventArgs e
)
Public Delegate Sub Cog1394DCAMBusConfigurationChangedEventHandler (
sender As Object,
e As Cog1394DCAMBusConfigurationChangedEventArgs
)
Public Delegate Sub Cog1394DCAMBusConfigurationChangedEventHandler (
sender As Object,
e As Cog1394DCAMBusConfigurationChangedEventArgs
)
public delegate void Cog1394DCAMBusConfigurationChangedEventHandler(
Object^ sender,
Cog1394DCAMBusConfigurationChangedEventArgs^ e
)
public delegate void Cog1394DCAMBusConfigurationChangedEventHandler(
Object^ sender,
Cog1394DCAMBusConfigurationChangedEventArgs^ e
)