extensions/extended_eventargs library

Classes

EmptyEventArgs
Represents an empty EventArg derived class. For use where no arguments are required, and one wants to make explicit the generic type.
ExtendedEventArgs
An abstract representation of the (optional) arguments provided to handlers when an ExtendedEvent occurs.
GenericEventArgs1<T>
Represents a StdEventArgs derived class with one (generic) value.
GenericEventArgs2<T1, T2>
Represents a StdEventArgs derived class with two (generic) values.
StdEventArgs
An ExtendedEventArgs extended class that includes the date and time the ExtendedEvent was broadcast and an optional description.