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