FormControl.EventManager 属性

定义

获取一个 EventManager 对象,该对象用于绑定事件中的 InternalStartup 事件处理程序。

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

属性值

对象 EventManager

注解

有关 FormControl 对象的详细信息,请参阅 在自定义 Windows 窗体应用程序中托管 InfoPath 表单编辑环境

适用于