GenericClass<T1, T2>.SomethingHappened 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

EventHandler<T2>

Remarks

The delegate for this event is EventHandler<TEventArgs> bound to the type specified by the generic type argument T2.

See Also