EventManager.ControlEvents Property
Gets a ControlEvents object for binding an event handler in the InternalStartup method of a form template.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ControlEvents As ControlEvents
Get
'Usage
Dim instance As EventManager
Dim value As ControlEvents
value = instance.ControlEvents
public abstract ControlEvents ControlEvents { get; }
Property Value
Type: Microsoft.Office.InfoPath.ControlEvents
A ControlEvents object for binding an event handler in the InternalStartup method of a form template.
Remarks
Important
The InternalStartup method and the event binding code within it are generated by InfoPath when you add event handlers using various user interface commands when designing the form template. You should not create the InternalStartup method or write any additional code within it yourself. For information about how to add event handlers using interface commands, see How to: Add an Event Handler.