EventExtensionMethods Raise T  Method (Delegate, Object, T)Cognex VisionPro 9.22 SR1

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

public static void Raise<T>(
	this Delegate eventDelegate,
	Object sender,
	T e
)
where T : EventArgs

Parameters

eventDelegate
Type: System Delegate
sender
Type: System Object
e
Type: T
Type Parameters

T

Usage Note

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