Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 698 Bytes

File metadata and controls

30 lines (20 loc) · 698 Bytes

DemoClass.Event1 Event

Declaring Type: DemoClass
Namespace: DemoProject
Assembly: DemoProject

An example of a public event.

public event EventHandler<EventArgs> Event1;

Remarks

Remarks allow specification of more detailed information about a member, in this case an event supplementing the information specified in the summary

See Also


Documentation generated by MdDocs