Click or drag to resize

ShellSearchEdit.OnHandleCreated Method

This event is triggered after the handle of the control was created.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
protected override void OnHandleCreated(
	EventArgs e
)

Parameters

e
Type: System.EventArgs
the event arguments when this Event occurs
See Also