<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mojeld</author_name>
  <author_url>https://blog.hatena.ne.jp/mojeld/</author_url>
  <blog_title>トルネード</blog_title>
  <blog_url>https://mojelder.hatenablog.com/</blog_url>
  <categories>
    <anon>C#</anon>
    <anon>UWP</anon>
  </categories>
  <description>C#でイベントを作ってみよう イベント宣言を作るのは簡単です。 // C#でのイベント public delegate void Proc(object sender); 上記のような感じでイベント作成できます。 C++BuilderでいうところのTNotifyEventみたいな感じです。 // BCBの場合 typedef void __fastcall (__closure *TNotifyEvent)(System::TObject* Sender); イベントを使うクラスを作成 上記で作成したProcをクラスイベントとして使えるようにします。 class C_Event_test { …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmojelder.hatenablog.com%2Fentry%2Fuwp6&quot; title=&quot;UWP 入門 イベントを作ろう - トルネード&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>https://cdn-ak.f.st-hatena.com/images/fotolife/m/mojeld/20180721/20180721174047.gif</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-07-21 18:00:00</published>
  <title>UWP 入門 イベントを作ろう</title>
  <type>rich</type>
  <url>https://mojelder.hatenablog.com/entry/uwp6</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
