FormControl.EventManager 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.
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