~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/monomac/docs/en/MonoMac.Foundation/NSNotificationEventArgs.xml

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Type Name="NSNotificationEventArgs" FullName="MonoMac.Foundation.NSNotificationEventArgs">
 
2
  <TypeSignature Language="C#" Value="public class NSNotificationEventArgs : EventArgs" />
 
3
  <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit NSNotificationEventArgs extends System.EventArgs" />
 
4
  <AssemblyInfo>
 
5
    <AssemblyName>MonoMac</AssemblyName>
 
6
    <AssemblyVersion>0.0.0.0</AssemblyVersion>
 
7
  </AssemblyInfo>
 
8
  <Base>
 
9
    <BaseTypeName>System.EventArgs</BaseTypeName>
 
10
  </Base>
 
11
  <Interfaces />
 
12
  <Docs>
 
13
    <summary>Provides data for the  event.</summary>
 
14
    <remarks>
 
15
    </remarks>
 
16
  </Docs>
 
17
  <Members>
 
18
    <Member MemberName=".ctor">
 
19
      <MemberSignature Language="C#" Value="public NSNotificationEventArgs (MonoMac.Foundation.NSNotification notification);" />
 
20
      <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class MonoMac.Foundation.NSNotification notification) cil managed" />
 
21
      <MemberType>Constructor</MemberType>
 
22
      <AssemblyInfo>
 
23
        <AssemblyVersion>0.0.0.0</AssemblyVersion>
 
24
      </AssemblyInfo>
 
25
      <Parameters>
 
26
        <Parameter Name="notification" Type="MonoMac.Foundation.NSNotification" />
 
27
      </Parameters>
 
28
      <Docs>
 
29
        <param name="notification">To be added.</param>
 
30
        <summary>Initializes a new instance of the NSNotificationEventArgs class.</summary>
 
31
        <remarks>
 
32
        </remarks>
 
33
      </Docs>
 
34
    </Member>
 
35
    <Member MemberName="Notification">
 
36
      <MemberSignature Language="C#" Value="public MonoMac.Foundation.NSNotification Notification { get; }" />
 
37
      <MemberSignature Language="ILAsm" Value=".property instance class MonoMac.Foundation.NSNotification Notification" />
 
38
      <MemberType>Property</MemberType>
 
39
      <AssemblyInfo>
 
40
        <AssemblyVersion>0.0.0.0</AssemblyVersion>
 
41
      </AssemblyInfo>
 
42
      <ReturnValue>
 
43
        <ReturnType>MonoMac.Foundation.NSNotification</ReturnType>
 
44
      </ReturnValue>
 
45
      <Docs>
 
46
        <summary>The underlying NSNotification object from the posted notification.</summary>
 
47
        <value>
 
48
        </value>
 
49
        <remarks>
 
50
        </remarks>
 
51
      </Docs>
 
52
    </Member>
 
53
  </Members>
 
54
</Type>