File: ActionHandler.xml

package info (click to toggle)
notify-sharp 0.4.0~r3032-6
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 816 kB
  • sloc: sh: 3,336; xml: 421; cs: 365; makefile: 85
file content (23 lines) | stat: -rw-r--r-- 767 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Type Name="ActionHandler" FullName="Notifications.ActionHandler">
  <TypeSignature Language="C#" Value="public delegate void ActionHandler(object o, ActionArgs args);" />
  <AssemblyInfo>
    <AssemblyName>notify-sharp</AssemblyName>
    <AssemblyVersion>0.4.0.0</AssemblyVersion>
  </AssemblyInfo>
  <Base>
    <BaseTypeName>System.Delegate</BaseTypeName>
  </Base>
  <Parameters>
    <Parameter Name="o" Type="System.Object" />
    <Parameter Name="args" Type="Notifications.ActionArgs" />
  </Parameters>
  <ReturnValue>
    <ReturnType>System.Void</ReturnType>
  </ReturnValue>
  <Docs>
    <param name="o">To be added.</param>
    <param name="args">To be added.</param>
    <summary>To be added.</summary>
    <remarks>To be added.</remarks>
  </Docs>
</Type>