Sample ClassOn 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()VB
Protected Overridable Sub OnSomethingHappenedC++
protected:
virtual void OnSomethingHappened()F#
abstract OnSomethingHappened : unit -> unit
override OnSomethingHappened : unit -> unit