OLEObjectEvents_LostFocusEventHandler 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于为事件添加事件处理程序的LostFocus委托类型。 当 ActiveX 控件失去输入焦点时,将发生 LostFocus 事件。
public delegate void OLEObjectEvents_LostFocusEventHandler();
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void OLEObjectEvents_LostFocusEventHandler();
Public Delegate Sub OLEObjectEvents_LostFocusEventHandler()
- 属性