Click or drag to resize
Sandcastle XML Comments GuideGenericClassT1, T2OnSomethingHappened Method
This is a protected virtual method used to raise the SomethingHappened event.

Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
protected virtual void OnSomethingHappened(
	T2 e
)

Parameters

e
Type: T2
Arguments for the event of the type specified by the generic type argument T2.
See Also