Share via


FormControl.EventManager Property

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

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

Syntax

'Declaration
Public Overridable ReadOnly Property EventManager As EventManager
    Get
'Usage
Dim instance As FormControl
Dim value As EventManager

value = instance.EventManager
public virtual EventManager EventManager { get; }

Property Value

Type: Microsoft.Office.InfoPath.EventManager
An EventManager object.

Remarks

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

See Also

Reference

FormControl Class

FormControl Members

Microsoft.Office.InfoPath Namespace