OLEObjectClass.LostFocus Event
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Event LostFocus As OLEObjectEvents_LostFocusEventHandler
'Usage
Dim instance As OLEObjectClass
Dim handler As OLEObjectEvents_LostFocusEventHandler
AddHandler instance.LostFocus, handler
public virtual event OLEObjectEvents_LostFocusEventHandler LostFocus
Implements
OLEObjectEvents_Event.LostFocus