_Application3.Events Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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".