EventExtensionMethods Raise Method (CogChangedEventHandler, Object, Int64)Cognex VisionPro 9.20

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 80.0.0.0 (80.0.0.0)
Syntax

public static void Raise(
	this CogChangedEventHandler eventDelegate,
	Object sender,
	long stateFlags
)

Parameters

eventDelegate
Type: Cognex.VisionPro CogChangedEventHandler
sender
Type: System Object
stateFlags
Type: System Int64

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type CogChangedEventHandler. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also