~ubuntu-branches/ubuntu/gutsy/monodevelop/gutsy

« back to all changes in this revision

Viewing changes to docs/api/MonoDevelop.Projects/CombineEntryEventHandler.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-09-15 02:15:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060915021525-ngsnriip5e3uqi9d
Tags: 0.12-0ubuntu1
* New upstream release
* debian/patches/gtk-sharp-2.10.dpatch,
  debian/patches/versioncontrol_buildfix.dpatch:
  + Dropped, merged upstream
* debian/patches/use_nunit2.2.dpatch,
  debian/patches/firefox.dpatch:
  + Updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<Type Name="CombineEntryEventHandler" FullName="MonoDevelop.Projects.CombineEntryEventHandler">
2
 
  <TypeSignature Language="C#" Value="public delegate void CombineEntryEventHandler(object sender, MonoDevelop.Projects.CombineEntryEventArgs e);" />
3
 
  <AssemblyInfo>
4
 
    <AssemblyName>MonoDevelop.Projects</AssemblyName>
5
 
    <AssemblyVersion>0.9.0.0</AssemblyVersion>
6
 
  </AssemblyInfo>
7
 
  <Base>
8
 
    <BaseTypeName>System.Delegate</BaseTypeName>
9
 
  </Base>
10
 
  <Parameters>
11
 
    <Parameter Name="sender" Type="System.Object" />
12
 
    <Parameter Name="e" Type="MonoDevelop.Projects.CombineEntryEventArgs" />
13
 
  </Parameters>
14
 
  <ReturnValue>
15
 
    <ReturnType>System.Void</ReturnType>
16
 
  </ReturnValue>
17
 
  <Docs>
18
 
    <param name="sender">To be added.</param>
19
 
    <param name="e">To be added.</param>
20
 
    <summary>To be added.</summary>
21
 
    <remarks>To be added.</remarks>
22
 
  </Docs>
23
 
</Type>