Click or drag to resize
EventRecorderTAllSenders Property
Gets a list of every sender parameter passed to the event. There will be CallCount entries in the list.

Namespace: Test.Framework
Assembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<Object> AllSenders { get; }

Property Value

Type: ListObject
See Also