Click or drag to resize

CustomEditComboBoxOnHandleCreated Method

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

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

Parameters

e
Type: SystemEventArgs
the event arguments when this Event occurs
See Also