EventExtensionMethods Raise Method (PropertyChangedEventHandler, Object, String)Cognex VisionPro 9.8 SR1

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

public static void Raise(
	this PropertyChangedEventHandler eventDelegate,
	Object sender,
	string propertyName
)

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type PropertyChangedEventHandler. 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