Click to expand
Sandcastle XML Comments Guide

GenericClass T1, T2  SomethingHappened Event

This is an event that takes a generic argument.

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

Value

Type: System EventHandler T2 
Remarks
The delegate for this event is EventHandler TEventArgs  bound to the type specified by the generic type argument T2.
See Also

Reference

Other Resources