Click to expand
Sandcastle XML Comments Guide

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

Reference

Other Resources