RemoveEvent

virtual bool IEventResponse::RemoveEvent(PEvent ev) = 0

Removes the specified event from the collection.

Parameters

ev – Event to remove from the collection.

Returns

bool – True when the event is removed, false if it does not occur in the collection.

Throws