Click to expand
Sandcastle XML Comments Guide

SampleClass SomethingHappened Event

This event is raised when something interesting happens.

Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
public event EventHandler SomethingHappened

Value

Type: System EventHandler
Remarks
The OnSomethingHappened  method is used to raise this event. This event uses the general EventHandler delegate that passes EventArgs.Empty to the handlers.
See Also

Reference

Other Resources