Edit

Share via


FormControl.EventManager Property

Definition

Gets an EventManager object which is used to bind event handlers in the InternalStartup event.

public:
 virtual property Microsoft::Office::InfoPath::EventManager ^ EventManager { Microsoft::Office::InfoPath::EventManager ^ get(); };
public virtual Microsoft.Office.InfoPath.EventManager EventManager { get; }
member this.EventManager : Microsoft.Office.InfoPath.EventManager
Public Overridable ReadOnly Property EventManager As EventManager

Property Value

An EventManager object.

Remarks

For more information about the FormControl object, see Hosting the InfoPath Form Editing Environment in a Custom Windows Form Application

Applies to