GenericClassT1, T2SomethingHappened Event

This is an event that takes a generic argument.

Definition

Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
public event EventHandler<T2> SomethingHappened

Value

EventHandlerT2

Remarks

The delegate for this event is EventHandlerTEventArgs bound to the type specified by the generic type argument T2.

See Also