Click or drag to resize
EventRecorderT Properties

The EventRecorderT generic type exposes the following members.

Properties
  NameDescription
Public propertyAllArgs
Gets a list of every args parameter passed to the event. There will be CallCount entries in the list.
Public propertyAllSenders
Gets a list of every sender parameter passed to the event. There will be CallCount entries in the list.
Public propertyArgs
Gets the args parameter from the last time the event was raised.
Public propertyCallCount
Gets the number of times the event has been raised.
Public propertySender
Gets the sender parameter from the last time the event was raised.
Top
See Also