OLEObjectEvents_GotFocusEventHandler Delegate

Definition

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

public delegate void OLEObjectEvents_GotFocusEventHandler();
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void OLEObjectEvents_GotFocusEventHandler();
Public Delegate Sub OLEObjectEvents_GotFocusEventHandler()
Attributes

Applies to