<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>JHashimoto</author_name>
  <author_url>https://blog.hatena.ne.jp/JHashimoto/</author_url>
  <blog_title>Architect's Log</blog_title>
  <blog_url>https://blog.jhashimoto.net/</blog_url>
  <categories>
    <anon>.NET</anon>
  </categories>
  <description>イベントにハンドラーを設定するとき、 public Hoge() { this.Load } ここまで書いて、&quot;+=&quot;を入力すると、Tab２回入力で以下の雛型が作成されます。 public Hoge() { this.Load += new EventHandler(Hoge_Load); } void Hoge_Load(object sender, EventArgs e) { throw new NotImplementedException(); } でも、&quot;new EventHandler(〜)&quot;は実は不要です。 public Hoge() { this.Load += Hoge_L…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.jhashimoto.net%2Fentry%2F20110812%2F1313543300&quot; title=&quot;イベントハンドラーの設定に&amp;quot;new EventHandler(〜)&amp;quot;は不要 - Architect&amp;#39;s Log&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-08-12 10:08:20</published>
  <title>イベントハンドラーの設定に&quot;new EventHandler(〜)&quot;は不要</title>
  <type>rich</type>
  <url>https://blog.jhashimoto.net/entry/20110812/1313543300</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
