Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Parameters: Event handler delegates

Maira Wenzel edited this pageApr 24, 2019 ·1 revision

The following table shows the boilerplate wording for parameter descriptions within event-handler delegate topics. Event-handler delegates typically have two parameters namedsender (of typeObject) ande (of typeEventArgs). Describe them using the wording in the following table.

For general guidelines for writing parameter descriptions, seeParameters.

ParameterWordingExample
senderThe source of the event.sender
Type:System.Object
The source of the event.
eThe data for the event.e
Type:System.AssemblyLoadEventArgs
The data for the event.
Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp