







![]() |
Moq |
MockedEvent<(Of <(TEventArgs>)>)..::.Raise Method |
MockedEvent<(Of <(TEventArgs>)>) Class See Also Send Feedback |
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.