OLEObjectEvents_LostFocusEventHandler Delegate

A Delegate type used to add an event handler for the LostFocus event. The LostFocus event occurs when an ActiveX control loses input focus.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub OLEObjectEvents_LostFocusEventHandler
'Usage
Dim instance As New OLEObjectEvents_LostFocusEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void OLEObjectEvents_LostFocusEventHandler()

See Also

Reference

Microsoft.Office.Interop.Excel Namespace