Raise Method

Moq

Collapse imageExpand ImageCopy imageCopyHover image

Overload List

  NameDescription
Public methodRaise(Action<(Of <<'(T>)>>), EventArgs)
Raises the event referenced in eventExpression using the given args argument.
Public methodRaise(Action<(Of <<'(T>)>>), array<Object>[]()[][])
Raises the event referenced in eventExpression using the given args argument for a non-EventHandler typed event.

See Also