OLEObjectEvents_GotFocusEventHandler Delegate

A Delegate type used to add an event handler for the GotFocus event. The GotFocus event occurs when an ActiveX control gets 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_GotFocusEventHandler
'Usage
Dim instance As New OLEObjectEvents_GotFocusEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void OLEObjectEvents_GotFocusEventHandler()

See Also

Reference

Microsoft.Office.Interop.Excel Namespace