Declaring Type: DemoClass
Namespace: DemoProject
Assembly: DemoProject
An example of a public event.
public event EventHandler<EventArgs> Event1;
Remarks allow specification of more detailed information about a member, in this case an event supplementing the information specified in the summary
Documentation generated by MdDocs