Moq |
IRaise<(Of <(<'T>)>)>..::..Raises Method (Action<(Of <(<'T>)>)>, array<Object>[]()[][]) |
IRaise<(Of <(<'T>)>)> Interface See Also Send Feedback |
Specifies the custom event that will be raised
when the setup is matched.
Namespace: Moq.Language
Assembly: Moq (in Moq.dll) Version: 4.0.10827.0 (4.0.0.0)
Syntax
Parameters
- eventExpression
- Type: System..::..Action<(Of <(<'T>)>)>
An expression that represents an event attach or detach action.
- args
- Type: array<System..::..Object>[]()[][]
The arguments to pass to the custom delegate (non EventHandler-compatible).