Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 73.0.0.0 (73.0.0.0)
public static void Raise<T>(
this Delegate eventDelegate,
Object sender,
T e
)
where T : EventArgs
public static void Raise<T>(
this Delegate eventDelegate,
Object sender,
T e
)
where T : EventArgs
<ExtensionAttribute>
Public Shared Sub Raise(Of T As EventArgs) (
eventDelegate As Delegate,
sender As Object,
e As T
)
<ExtensionAttribute>
Public Shared Sub Raise(Of T As EventArgs) (
eventDelegate As Delegate,
sender As Object,
e As T
)
public:
[ExtensionAttribute]
generic<typename T>
where T : EventArgs
static void Raise(
Delegate^ eventDelegate,
Object^ sender,
T e
)
public:
[ExtensionAttribute]
generic<typename T>
where T : EventArgs
static void Raise(
Delegate^ eventDelegate,
Object^ sender,
T e
)
- 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).