ApplicationEventsClass Class

This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.

Inheritance Hierarchy

System.Object
  Microsoft.Office.Interop.InfoPath.ApplicationEventsClass

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("80757412-5146-11D5-A672-00B0D022E945")> _
Public Class ApplicationEventsClass _
    Implements ApplicationEventsEmpty, ApplicationEvents, _ApplicationEvents_Event
'Usage
Dim instance As ApplicationEventsClass
[ClassInterfaceAttribute()]
[GuidAttribute("80757412-5146-11D5-A672-00B0D022E945")]
public class ApplicationEventsClass : ApplicationEventsEmpty, 
    ApplicationEvents, _ApplicationEvents_Event

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ApplicationEventsClass Members

Microsoft.Office.Interop.InfoPath Namespace