MockedEventFire Method

Typemock Isolator Developer Guide
Fire a mocked event

Namespace:  TypeMock
Assembly:  TypeMock (in TypeMock.dll) Version: 9.3.6.0 (9.3.6.0)
Syntax

public virtual Object Fire(
	params Object[] args
)

Parameters

args
Type: SystemObject
Arguments to pass to the mocked event

Return Value

Type: Object
The return value of the event

Implements

IMockedEventFire(Object)
See Also

Reference