Raise Method

Moq 2.6

Raises the associated event with the given event argument data.

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

Syntax

C#
public void Raise(
	TEventArgs args
)

Parameters

args
Type: TEventArgs
Data to pass to the event.

See Also