Share via


_Application3.Events Property

Get a generic object that is used to access the ApplicationEvents object to capture events in a COM Add-in.

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

Syntax

'Declaration
ReadOnly Property Events As Object
    Get
'Usage
Dim instance As _Application3
Dim value As Object

value = instance.Events
Object Events { get; }

Property Value

Type: System.Object
A generic object that is used to access the ApplicationEvents object to capture events in a COM Add-in.

Remarks

For information on how to use the Events property, search the InfoPath Developer Reference from the InfoPath application for "How to: Create a COM Add-in to Add Custom Features in InfoPath".

See Also

Reference

_Application3 Interface

_Application3 Members

Microsoft.Office.Interop.InfoPath Namespace