You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 event data.
e Type: System.Windows.Forms.TreeViewEventArgs The event data.