Skip to content

Parameters: OnEvent Methods

Maira Wenzel edited this page Apr 24, 2019 · 2 revisions

The following table shows the boilerplate wording for parameter descriptions within On<Event> method articles. On<Event> methods always have a parameter of type EventArgs, typically named e.

For general guidelines for writing parameter descriptions, see Parameters.

Parameter type Wording Example
EventArgs The data for the event. e
Type: System.Windows.Forms.TreeViewEventArgs
The data for the event.
Clone this wiki locally