-
Notifications
You must be signed in to change notification settings - Fork 8
/
ApplicationEvents.xml
90 lines (90 loc) · 5.57 KB
/
ApplicationEvents.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<Type Name="ApplicationEvents" FullName="Microsoft.Office.Interop.InfoPath.ApplicationEvents">
<TypeSignature Language="C#" Value="public interface ApplicationEvents : Microsoft.Office.Interop.InfoPath._ApplicationEvents_Event, Microsoft.Office.Interop.InfoPath.ApplicationEventsEmpty" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract ApplicationEvents implements class Microsoft.Office.Interop.InfoPath._ApplicationEvents_Event, class Microsoft.Office.Interop.InfoPath.ApplicationEventsEmpty" />
<TypeSignature Language="DocId" Value="T:Microsoft.Office.Interop.InfoPath.ApplicationEvents" />
<TypeSignature Language="VB.NET" Value="Public Interface ApplicationEvents
Implements _ApplicationEvents_Event, ApplicationEventsEmpty" />
<TypeSignature Language="C++ CLI" Value="public interface class ApplicationEvents : Microsoft::Office::Interop::InfoPath::_ApplicationEvents_Event, Microsoft::Office::Interop::InfoPath::ApplicationEventsEmpty" />
<TypeSignature Language="F#" Value="type ApplicationEvents = interface
 interface ApplicationEventsEmpty
 interface _ApplicationEvents_Event" />
<AssemblyInfo>
<AssemblyName>Microsoft.Office.Interop.InfoPath</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces>
<Interface>
<InterfaceName>Microsoft.Office.Interop.InfoPath._ApplicationEvents_Event</InterfaceName>
</Interface>
<Interface>
<InterfaceName>Microsoft.Office.Interop.InfoPath.ApplicationEventsEmpty</InterfaceName>
</Interface>
</Interfaces>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.CoClass(typeof(Microsoft.Office.Interop.InfoPath.ApplicationEventsClass))</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Runtime.InteropServices.Guid("096CD784-0786-11D1-95FA-0080C78EE3BB")</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>A collection of event objects representing InfoPath application events.</summary>
<remarks>
<para>This type is a wrapper for a coclass that is required by managed code for COM interoperability. Use this type to access the members of the COM interface implemented by this coclass. For information about the COM interface, including a link to descriptions of its members, see<see cref="T:Microsoft.Office.Interop.InfoPath._ApplicationEvents_Event" />.</para>
<para>The <b>ApplicationEvents</b> collection contains event objects used primarily with COM Add-ins to capture application-wide events. These events include:</para>
<list type="table">
<item>
<term>
<see cref="E:Microsoft.Office.Interop.InfoPath._ApplicationEvents_Event.NewXDocument" /> Event</term>
<description>Occurs when a new form is created.</description>
</item>
<item>
<term>
<see cref="E:Microsoft.Office.Interop.InfoPath._ApplicationEvents_Event.Quit" /> Event</term>
<description>Occurs when the user quits InfoPath.</description>
</item>
<item>
<term>
<see cref="E:Microsoft.Office.Interop.InfoPath._ApplicationEvents_Event.WindowActivate" /> Event</term>
<description>Occurs when any document window is activated.</description>
</item>
<item>
<term>
<see cref="E:Microsoft.Office.Interop.InfoPath._ApplicationEvents_Event.WindowDeactivate" /> Event</term>
<description>Occurs when any document window is deactivated.</description>
</item>
<item>
<term>
<see cref="E:Microsoft.Office.Interop.InfoPath._ApplicationEvents_Event.WindowSize" /> Event</term>
<description>Occurs when any document window is resized or moved.</description>
</item>
<item>
<term>
<see cref="E:Microsoft.Office.Interop.InfoPath._ApplicationEvents_Event.XDocumentBeforeClose" /> Event</term>
<description>Occurs immediately before any open document closes.</description>
</item>
<item>
<term>
<see cref="E:Microsoft.Office.Interop.InfoPath._ApplicationEvents_Event.XDocumentBeforePrint" /> Event</term>
<description>Occurs immediately before any open document is printed.</description>
</item>
<item>
<term>
<see cref="E:Microsoft.Office.Interop.InfoPath._ApplicationEvents_Event.XDocumentBeforeSave" /> Event</term>
<description>Occurs immediately before any open document is saved.</description>
</item>
<item>
<term>
<see cref="E:Microsoft.Office.Interop.InfoPath._ApplicationEvents_Event.XDocumentChange" /> Event</term>
<description>Occurs when a new form is created, when an existing form is opened, or when another form is made the active form.</description>
</item>
<item>
<term>
<see cref="E:Microsoft.Office.Interop.InfoPath._ApplicationEvents_Event.XDocumentOpen" /> Event</term>
<description>Occurs when a document is opened.</description>
</item>
</list>
<para>Microsoft InfoPath supports COM Add-ins for extending the form editing user experience. COM Add-in support in InfoPath is available in the form editing environment. The form design environment is not able to be extended through the use of COM Add-ins. For more information about using the <b>ApplicationEvents</b> collection and creating a COM Add-in for InfoPath, see How To: Create a COM Add-in to Add Custom Features to InfoPath.</para>
<para />
</remarks>
</Docs>
<Members />
</Type>