FormControl.EventManager-Eigenschaft
Ruft ein EventManager-Objekt ab, das im InternalStartup-Ereignis zum Binden von Ereignishandlern verwendet wird.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath.FormControl (in microsoft.office.infopath.formcontrol.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property EventManager As EventManager
'Usage
Dim instance As FormControl
Dim value As EventManager
value = instance.EventManager
public virtual EventManager EventManager { get; }
Eigenschaftswert
Ein EventManager-Objekt.
Hinweise
Weitere Informationen zum FormControl-Objekt finden Sie unter Hosting the InfoPath 2007 Form Editing Environment in a Custom Windows Form Application und im Abschnitt "Der als Steuerelement gehostete InfoPath-Editor" von Neuigkeiten für InfoPath-Entwickler.
Siehe auch
Referenz
FormControl-Klasse
FormControl-Member
Microsoft.Office.InfoPath-Namespace