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 event-handler delegate topics. Event-handler delegates typically have two parameters named sender (of type Object) and e (of type EventArgs). Describe them using the wording in the following table.
For general guidelines for writing parameter descriptions, see Parameters.
Parameter
Wording
Example
sender
The source of the event.
sender Type: System.Object The source of the event.
e
The data for the event.
e Type: System.AssemblyLoadEventArgs The data for the event.