GenericClassT1, T2OnSomethingHappened Method

This is a protected virtual method used to raise the SomethingHappened event.

Definition

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

Parameters

e  T2
Arguments for the event of the type specified by the generic type argument T2.

See Also