MockedEvent(TEventArgs) Methods

Moq 2.6

The MockedEvent<(Of <(TEventArgs>)>) type exposes the following members.

Methods

  NameDescription
Raise
Raises the associated event with the given event argument data.

Operators

  NameDescription
Implicit
Provides support for attaching a MockedEvent<(Of <(TEventArgs>)>) to a generic EventHandler event.

See Also