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>
|