| EventRecorderT Properties | 
The EventRecorderT generic type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AllArgs | 
            Gets a list of every args parameter passed to the event. There will be CallCount
            entries in the list.
             | 
|  | AllSenders | 
            Gets a list of every sender parameter passed to the event. There will be CallCount
            entries in the list.
             | 
|  | Args | 
            Gets the args parameter from the last time the event was raised.
             | 
|  | CallCount | 
            Gets the number of times the event has been raised.
             | 
|  | Sender | 
            Gets the sender parameter from the last time the event was raised.
             | 
 See Also
See Also