NDoc User's Guide NDoc 1.3

<event>

[This is preliminary documentation and subject to change]

The <event> tag describes which events can be raised by the current method.

<event cref="member">description</event>

where:

cref = "member"
A reference to an event that is available from the current compilation environment.  The compiler checks that the given event exists and translates member to the canonical element name in the output XML. member must appear within double quotation marks (" ").
description
A description.

Applies To

Method.

Remarks

 

Example

See Also

Tag Usage | NDoc Tags