Raise Method
From Moq
Overload List
| Name | Description | |
|---|---|---|
| Raise(Action<(Of <<'(T>)>>), EventArgs) |
Raises the event referenced in eventExpression using
the given args argument.
| |
| Raise(Action<(Of <<'(T>)>>), array<Object>[]()[][]) |
Raises the event referenced in eventExpression using
the given args argument for a non-EventHandler typed event.
|