_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".