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