MockedEvent Class

Moq 2.6

Represents a generic event that has been mocked and can be rised.

Namespace:  Moq
Assembly:  Moq (in Moq.dll) Version: 2.6.1014.1 (2.6.0.0)

Syntax

C#
public class MockedEvent

Inheritance Hierarchy

Object
  Moq..::.MockedEvent
    Moq..::.MockedEvent<(Of <(TEventArgs>)>)

See Also