ElementHost::GotFocus Event

 

Occurs when the control receives focus.

Namespace:   System.Windows.Forms.Integration
Assembly:  WindowsFormsIntegration (in WindowsFormsIntegration.dll)

public:
[BrowsableAttribute(false)]
event EventHandler^ GotFocus {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

For more information about the GotFocus event, see Control::GotFocus.

.NET Framework
Available since 3.0
Return to top
Show: