Generic ClassT1, T2On Something Happened Method
This is a protected virtual method used to raise the
SomethingHappened event.
Definition
Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
C#
protected virtual void OnSomethingHappened(
T2 e
)VB
Protected Overridable Sub OnSomethingHappened (
e As T2
)C++
protected:
virtual void OnSomethingHappened(
T2 e
)F#
abstract OnSomethingHappened :
e : 'T2 -> unit
override OnSomethingHappened :
e : 'T2 -> unit Parameters
- e T2
- Arguments for the event of the type specified by the generic type argument T2.