Edit

Share via


_Application3.Events Property

Definition

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

public:
 property System::Object ^ Events { System::Object ^ get(); };
public object Events { get; }
member this.Events : obj
Public ReadOnly Property Events As Object

Property Value

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

Applies to