ElementHost::OnHandleCreated Method (EventArgs^)

 

Raises the HandleCreated event.

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

protected:
virtual void OnHandleCreated(
	EventArgs^ e
) override

Parameters

e
Type: System::EventArgs^

An EventArgs that contains the event data.

For more information about the OnHandleCreated method, see Control::OnHandleCreated.

.NET Framework
Available since 3.0
Return to top
Show: